stereo paw
stereo paw for Chrome
ما هو stereo paw؟
stereo paw هو إضافة Chrome تم تطويرها بواسطة https://www.stereopaw.com، والميزة الرئيسية لها هي "stereo paw for Chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة stereo paw
قم بتنزيل ملفات الامتداد stereo paw بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
stereopaw is a streaming music bookmarklet side project. * Can't remember when a track drops in a mix? * Tired of favorites scattered across music services? * Want to share a snippet of a mix? Get your paws on the stereo paw chrome extension. When you hear something you like, click the extension, and the track's artist, title, and timestamp will be saved for future reference, readily playable from the stereopaw website. Visit the stereopaw.com website to hear your tracks, see what's popular, what's new, and hear more of the best. stereopaw may or may not add services. Bookmarking is currently supported on the following services. * Soundcloud * YouTube
معلومات أساسية عن التمديد
الاسم | stereo paw |
ID | gcgoenndigjegpgpfnnmgfnbiollgimk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/stereo-paw/gcgoenndigjegpgpfnnmgfnbiollgimk |
الوصف | stereo paw for Chrome |
حجم الملف | 68.02 KB |
عدد التثبيتات | 105 |
النسخة الحالية | 0.7 |
آخر تحديث | 2019-09-18 |
تاريخ النشر | 2019-09-18 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | https://www.stereopaw.com |
نوع الدفع | free |
موقع الإضافة | https://www.stereopaw.com |
عنوان صفحة المساعدة | https://www.stereopaw.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon-toolbar.png", "default_title": "stereo paw", "default_popup": "popup.html" }, "background": { "persistence": false, "scripts": [ "bg.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.stereopaw.com\/*", "*:\/\/*.soundcloud.com\/*", "*:\/\/*.youtube.com\/*", "*:\/\/*.mixcloud.com\/*", "*:\/\/*.spotify.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.stereopaw.com\/*" ], "js": [ "content.js" ] } ], "manifest_version": 2, "name": "stereo paw", "description": "stereo paw for Chrome", "homepage_url": "https:\/\/www.stereopaw.com", "version": "0.7", "permissions": [ "tabs", "*:\/\/*\/*", "activeTab" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |