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" } } |