Check It Out(Beta)
tests dankness of songs
O que é Check It Out(Beta)?
Check It Out(Beta) é uma extensão do Chrome desenvolvida por auryanratliff, e sua principal característica é "tests dankness of songs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Check It Out(Beta)
Baixe arquivos de extensão Check It Out(Beta) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
!!!!!!!!!!!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
Informações Básicas da Extensão
Nome | Check It Out(Beta) |
ID | gipacegobniobecjhicebalppagclfgl |
URL Oficial | https://chromewebstore.google.com/detail/check-it-outbeta/gipacegobniobecjhicebalppagclfgl |
Descrição | tests dankness of songs |
Tamanho do Arquivo | 158 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.0 |
Última Atualização | 2014-10-07 |
Data de Publicação | 2014-10-07 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | auryanratliff |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |