Check It Out(Beta)
tests dankness of songs
Wat is Check It Out(Beta)?
Check It Out(Beta) is een Chrome-extensie ontwikkeld door auryanratliff, en de belangrijkste functie is "tests dankness of songs".
Extensie Screenshots
Download het CRX-bestand van de extensie Check It Out(Beta)
Download Check It Out(Beta)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
!!!!!!!!!!!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
Basisinformatie over de Extensie
Naam | Check It Out(Beta) |
ID | gipacegobniobecjhicebalppagclfgl |
Officiële URL | https://chromewebstore.google.com/detail/check-it-outbeta/gipacegobniobecjhicebalppagclfgl |
Beschrijving | tests dankness of songs |
Bestandsgrootte | 158 KB |
Aantal Installaties | 35 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-10-07 |
Publicatiedatum | 2014-10-07 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | auryanratliff |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |