Ad Mute for spotify.com

Automatically mutes advertisements between songs at spotify.com

ما هو Ad Mute for spotify.com؟

Ad Mute for spotify.com هو إضافة Chrome تم تطويرها بواسطة arismelachroinos، والميزة الرئيسية لها هي "Automatically mutes advertisements between songs at spotify.com".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Ad Mute for spotify.com

قم بتنزيل ملفات الامتداد Ad Mute for spotify.com بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension has no UI.
It automatically mutes the chrome tab whenever an advertisement is playing, and unmutes it as soon as it is finished.

This extension has nothing to do with the Spotify company whatsoever.

I put a lot of time and effort making this free extension. If you enjoy it and you wish to support me, you can donate via this link:
https://www.paypal.com/donate/?hosted_button_id=BTK97P92ZF29U                    

معلومات أساسية عن التمديد

الاسم Ad Mute for spotify.com Ad Mute for spotify.com
ID mjncgoplaadnohdddphicedebkafaphe
عنوان URL الرسمي https://chromewebstore.google.com/detail/ad-mute-for-spotifycom/mjncgoplaadnohdddphicedebkafaphe
الوصف Automatically mutes advertisements between songs at spotify.com
حجم الملف 36.73 KB
عدد التثبيتات 249
النسخة الحالية 0.2
آخر تحديث 2022-03-27
تاريخ النشر 2021-10-18
تقييم 5.00/5 مجموع تقييمات 4
المطور arismelachroinos
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ad Mute for spotify.com",
    "version": "0.2",
    "description": "Automatically mutes advertisements between songs at spotify.com",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.spotify.com\/*"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png"
    }
}