Check It Out(Beta)
tests dankness of songs
Co je Check It Out(Beta)?
Check It Out(Beta) je rozšíření Chrome vyvinuté auryanratliff, a jeho hlavní funkcí je „tests dankness of songs“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Check It Out(Beta)
Stáhněte si soubory rozšíření Check It Out(Beta) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
!!!!!!!!!!!THIS APP IS CURRENTLY IN BETA AND HAS MANY ISSUES!!!!!!!!!!!!!!!!!! Check it out is a plug-in for Soundcloud that marks the best songs on your stream so you can skip the clutter and get to the best music. If you have any problems leave them in the comments. COLOR RATING SYSTEM: yellow = good Green = Better Red = Best Upcoming features: - login to get a personalized song ratings - remove bad songs - more themes - custom colors
Základní Informace o Rozšíření
Název | Check It Out(Beta) |
ID | gipacegobniobecjhicebalppagclfgl |
Oficiální URL | https://chromewebstore.google.com/detail/check-it-outbeta/gipacegobniobecjhicebalppagclfgl |
Popis | tests dankness of songs |
Velikost souboru | 158 KB |
Počet instalací | 35 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2014-10-07 |
Datum Vydání | 2014-10-07 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | auryanratliff |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check It Out(Beta)", "description": "tests dankness of songs", "version": "1.0", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/soundcloud.com\/*", "https:\/\/soundcloud.com\/*" ], "js": [ "jquery.min.js", "soundcloudsdk.js", "myscript.js", "soundcloud.player.api.js" ], "css": [ "mystyles.css" ] } ], "background": { "scripts": [ "background.js", "jquery.min.js" ] }, "web_accessible_resources": [ "icon.png" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |