Kumo
Chrome extension for Kumo
ما هو Kumo؟
Kumo هو إضافة Chrome تم تطويرها بواسطة http://thndr.io، والميزة الرئيسية لها هي "Chrome extension for Kumo".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Kumo
قم بتنزيل ملفات الامتداد Kumo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Kumo Chrome Extension for Soundcloud See what your friends are listening to on SoundCloud, and show them what you're listening to, at the exact moment you listen to it. Follow some of your favourite artists like the Pegboard Nerds, Nebbra, Emmit Fenn and more!
معلومات أساسية عن التمديد
الاسم | |
ID | oaflhfmgajmifheholhdlliofeklodgk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/oaflhfmgajmifheholhdlliofeklodgk |
الوصف | Chrome extension for Kumo |
حجم الملف | 437 KB |
عدد التثبيتات | 31 |
النسخة الحالية | 0.1.2 |
آخر تحديث | 2018-03-05 |
تاريخ النشر | 2018-03-05 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | http://thndr.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.getkumo.com/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kumo", "short_name": "Kumo", "version": "0.1.2", "manifest_version": 2, "description": "Chrome extension for Kumo", "homepage_url": "http:\/\/getkumo.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/soundcloud.com\/*" ], "js": [ "content\/overcast.js", "content\/creds.js", "bower_components\/firebase\/firebase.js" ], "run_at": "document_start" } ], "permissions": [ "https:\/\/soundcloud.com\/*", "storage", "debugger", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com 'unsafe-eval'; object-src 'self'", "browser_action": { "default_title": "Overcast", "default_popup": "public\/index.html" }, "web_accessible_resources": [ "public\/img\/sc_notification.png" ] } |