SpotiShush
Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.
ما هو SpotiShush؟
SpotiShush هو إضافة Chrome تم تطويرها بواسطة Guilherme Silva (guihkx)، والميزة الرئيسية لها هي "Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة SpotiShush
قم بتنزيل ملفات الامتداد SpotiShush بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
When SpotiShush detects an audio ad, it automatically mutes the tab for you! After the ad finishes, SpotiShush unmutes the tab so you can enjoy your favorite songs again! New in v2023.9.26: [Fixes] - Deezer: Update ad detection mechanism
معلومات أساسية عن التمديد
الاسم | SpotiShush |
ID | dfbbfmkkafpoohlcmkndjnpohhgelgnf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/spotishush/dfbbfmkkafpoohlcmkndjnpohhgelgnf |
الوصف | Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO. |
حجم الملف | 14.68 KB |
عدد التثبيتات | 9,811 |
النسخة الحالية | 2023.9.26 |
آخر تحديث | 2023-09-27 |
تاريخ النشر | 2020-07-04 |
تقييم | 4.08/5 مجموع تقييمات 72 |
المطور | Guilherme Silva (guihkx) |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/guihkx/spotishush |
عنوان صفحة المساعدة | https://github.com/guihkx/spotishush |
اللغات المدعومة | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SpotiShush", "version": "2023.9.26", "default_locale": "en", "description": "__MSG_ext_desc__", "icons": { "16": "img\/spotishush16.png", "48": "img\/spotishush48.png", "128": "img\/spotishush128.png" }, "author": "guihkx", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/open.spotify.com\/*", "https:\/\/www.deezer.com\/*", "https:\/\/listen.tidal.com\/*", "https:\/\/app.idagio.com\/*" ], "js": [ "spotishush.js" ] } ] } |