Permanent Mute

A persistent mute tool for stupid websites that make annoying and ill-timed sounds.

ما هو Permanent Mute؟

Permanent Mute هو إضافة Chrome تم تطويرها بواسطة https://codewrangler.io، والميزة الرئيسية لها هي "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.".

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

screenshot

تحميل ملف CRX للإضافة Permanent Mute

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

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

                        A persistent mute tool for stupid websites that make annoying and ill-timed sounds. Stops auto-playing video sound, etc., and sites will stay muted until you un-mute them (even if closed and revisited). Apparently a similar feature is upcoming in Chrome 64, but you can use this extension in the meantime.                    

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

الاسم Permanent Mute Permanent Mute
ID pnkhoaefngnbehoiioikafibdkfaolec
عنوان URL الرسمي https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec
الوصف A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
حجم الملف 18.7 KB
عدد التثبيتات 18
النسخة الحالية 1.0.0
آخر تحديث 2018-02-01
تاريخ النشر 2018-02-01
المطور https://codewrangler.io
نوع الدفع free
موقع الإضافة https://codewrangler.io
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Permanent Mute",
    "description": "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/scripts.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon48-off.png",
        "default_title": "This site is not permanently muted."
    },
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png"
    },
    "manifest_version": 2
}