Check It Out(Beta)
tests dankness of songs
什么是Check It Out(Beta)?
Check It Out(Beta)是由auryanratliff开发的Chrome扩展程序,该扩展的主要功能是“tests dankness of songs”。
扩展截图
下载Check It Out(Beta)扩展crx文件
下载Check It Out(Beta)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
!!!!!!!!!!!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
扩展基本信息
名称 | Check It Out(Beta) |
ID | gipacegobniobecjhicebalppagclfgl |
官方URL | https://chromewebstore.google.com/detail/check-it-outbeta/gipacegobniobecjhicebalppagclfgl |
简介 | tests dankness of songs |
文件大小 | 158 KB |
安装次数 | 35 |
当前版本 | 1.0 |
更新时间 | 2014-10-07 |
上架时间 | 2014-10-07 |
评分 | 5.00/5 共3次评分 |
开发者 | auryanratliff |
付费类型 | free |
支持的语言 | 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" } } |