Check It Out(Beta)
tests dankness of songs
What is Check It Out(Beta)?
Check It Out(Beta) is a Chrome extension developed by auryanratliff, and its main feature is "tests dankness of songs".
Extension Screenshots
Download Check It Out(Beta) Extension CRX File
Download Check It Out(Beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
!!!!!!!!!!!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
Extension Basic Information
Name | Check It Out(Beta) |
ID | gipacegobniobecjhicebalppagclfgl |
Official URL | https://chromewebstore.google.com/detail/check-it-outbeta/gipacegobniobecjhicebalppagclfgl |
Description | tests dankness of songs |
File Size | 158 KB |
Installation Count | 35 |
Current Version | 1.0 |
Last Updated | 2014-10-07 |
Publish Date | 2014-10-07 |
Rating | 5.00/5 Total 3 Ratings |
Developer | auryanratliff |
Payment Type | free |
Supported Languages | 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" } } |