No Interruptions

Mute Tab during Spotify Ads

ما هو No Interruptions؟

No Interruptions هو إضافة Chrome تم تطويرها بواسطة Mohit Hotwani، والميزة الرئيسية لها هي "Mute Tab during Spotify Ads".

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

screenshot

تحميل ملف CRX للإضافة No Interruptions

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

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

                        No need to get distracted from work while listening to music on Spotify, No Interruptions extension will mute ADs for you and unmute when AD ends.                    

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

الاسم No Interruptions No Interruptions
ID hpepnbfnjpagjknkhhpohialemblblog
عنوان URL الرسمي https://chromewebstore.google.com/detail/no-interruptions/hpepnbfnjpagjknkhhpohialemblblog
الوصف Mute Tab during Spotify Ads
حجم الملف 25.69 KB
عدد التثبيتات 51
النسخة الحالية 0.0.1
آخر تحديث 2022-11-07
تاريخ النشر 2022-11-06
تقييم 5.00/5 مجموع تقييمات 2
المطور Mohit Hotwani
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Interruptions",
    "description": "Mute Tab during Spotify Ads",
    "version": "0.0.1",
    "manifest_version": 3,
    "author": "Mohit",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/open.spotify.com\/*"
            ],
            "js": [
                "noInterruptions.js"
            ]
        }
    ]
}