All Projects → simon-weber → Autoplaylists For Google Music

simon-weber / Autoplaylists For Google Music

Licence: mit
Adds autoplaylists, aka iTunes "smart playlists", to Google Music.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Autoplaylists For Google Music

Pihole Browser Extension
Browser extension to control your pi-hole
Stars: ✭ 83 (-13.54%)
Mutual labels:  chrome-extension
Rollup Plugin Chrome Extension
A feature-rich solution for bundled Chrome extensions! 💯
Stars: ✭ 89 (-7.29%)
Mutual labels:  chrome-extension
Chromeos smart card connector
Smart Card Connector App for Chrome OS
Stars: ✭ 92 (-4.17%)
Mutual labels:  chrome-extension
Git History Browser Extension
Agrega un botón a la interfáz de archivos de github para ver su historial / Add a button to the github file interface to see its history
Stars: ✭ 87 (-9.37%)
Mutual labels:  chrome-extension
Frame
New-tab extension for Chrome and Firefox
Stars: ✭ 89 (-7.29%)
Mutual labels:  chrome-extension
React Perftool
A browser developer tool extension, which will help you to inspect the performance of React Js components.
Stars: ✭ 90 (-6.25%)
Mutual labels:  chrome-extension
Css Diff
Chrome extension that allows to easily compare CSS of two HTML elements.
Stars: ✭ 84 (-12.5%)
Mutual labels:  chrome-extension
The Tab Of Words
A minimal Chrome / Firefox extension to help you learn Japanese words in each new tab.
Stars: ✭ 94 (-2.08%)
Mutual labels:  chrome-extension
Blipshot
Google Chrome Extension to make screenshots
Stars: ✭ 89 (-7.29%)
Mutual labels:  chrome-extension
Aidou
chrome code review 斗图插件
Stars: ✭ 92 (-4.17%)
Mutual labels:  chrome-extension
Refined Twitter
Browser extension that simplifies the Twitter interface and adds useful features
Stars: ✭ 1,279 (+1232.29%)
Mutual labels:  chrome-extension
Universal Bypass
Don't waste your time with compliance. Universal Bypass circumvents annoying link shorteners.
Stars: ✭ 1,287 (+1240.63%)
Mutual labels:  chrome-extension
Ccsearch Browser Extension
Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 92 (-4.17%)
Mutual labels:  chrome-extension
Liver Collection
A tool to omit tedious operation for granbluefantasy
Stars: ✭ 85 (-11.46%)
Mutual labels:  chrome-extension
Protip
A browser extension for tipping, donations, and peer-to-peer crowd-funding
Stars: ✭ 92 (-4.17%)
Mutual labels:  chrome-extension
Chrome Extension Guide
Chrome 扩展(插件) 开发官方文档中文版翻译
Stars: ✭ 85 (-11.46%)
Mutual labels:  chrome-extension
Redux Saga Devtools Extension
Chrome extension for Redux-Saga Devtools
Stars: ✭ 90 (-6.25%)
Mutual labels:  chrome-extension
Chrome Extension Webpack Boilerplate
A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.
Stars: ✭ 1,320 (+1275%)
Mutual labels:  chrome-extension
Netflix Categories
Unlock Netflix Hidden Categories With This Browser Extension
Stars: ✭ 93 (-3.12%)
Mutual labels:  chrome-extension
Potential Changes For Github
Potential changes for GitHub: Browser extension that shows which pull requests contain changes related to a file.
Stars: ✭ 92 (-4.17%)
Mutual labels:  chrome-extension

Autoplaylists for Google Music™

Repominder

This is a Chrome extension to add user-defined autoplaylists in Google Music (iTunes calls these "Smart Playlists").

autoplaylist screenshot

This extension is not supported nor endorsed by Google.

Installation and support

Everything relevant to users can be found at https://autoplaylists.simon.codes.

The rest of this page is intended for developers.

Development workflow

  • run bundle install
  • run npm install
  • run ./watch.sh somewhere and leave it running -- this will build whenever files change
  • go to chrome://extensions/
  • click "developer mode"
  • click "Load unpacked extension" and provide the repo/src directory
  • after updating any javascript, hit "reload" in chrome://extensions/
  • you can find the logs in different places depending on the code that's running:
    • content script: music.google.com console
    • background script: click the "background page" link by the "Inspect views" section on chrome://extensions/
    • manager/playlist: on their pages' consoles

Google Music is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].