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 |
官方網址 | 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" } } |