Check It Out(Beta)
tests dankness of songs
ما هو Check It Out(Beta)؟
Check It Out(Beta) هو إضافة Chrome تم تطويرها بواسطة auryanratliff، والميزة الرئيسية لها هي "tests dankness of songs".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Check It Out(Beta)
قم بتنزيل ملفات الامتداد Check It Out(Beta) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
!!!!!!!!!!!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" } } |