Check It Out(Beta)
tests dankness of songs
Cos'è Check It Out(Beta)?
Check It Out(Beta) è un'estensione di Chrome sviluppata da auryanratliff, e la sua funzione principale è "tests dankness of songs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Check It Out(Beta)
Scarica i file di estensione Check It Out(Beta) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
!!!!!!!!!!!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
Informazioni di Base sull'Estensione
Nome | Check It Out(Beta) |
ID | gipacegobniobecjhicebalppagclfgl |
URL Ufficiale | https://chromewebstore.google.com/detail/check-it-outbeta/gipacegobniobecjhicebalppagclfgl |
Descrizione | tests dankness of songs |
Dimensione del File | 158 KB |
Conteggio Installazioni | 35 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-10-07 |
Data di Pubblicazione | 2014-10-07 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | auryanratliff |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |