Check It Out(Beta)
tests dankness of songs
¿Qué es Check It Out(Beta)?
Check It Out(Beta) es una extensión de Chrome desarrollada por auryanratliff, y su función principal es "tests dankness of songs".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Check It Out(Beta)
Descarga archivos de extensión Check It Out(Beta) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
!!!!!!!!!!!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
Información Básica de la Extensión
Nombre | Check It Out(Beta) |
ID | gipacegobniobecjhicebalppagclfgl |
URL Oficial | https://chromewebstore.google.com/detail/check-it-outbeta/gipacegobniobecjhicebalppagclfgl |
Descripción | tests dankness of songs |
Tamaño del Archivo | 158 KB |
Cantidad de Instalaciones | 35 |
Versión Actual | 1.0 |
Última Actualización | 2014-10-07 |
Fecha de Publicación | 2014-10-07 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | auryanratliff |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |