Tab Silencer Pro

Mute individual tabs effortlessly with Tab Silencer Pro! Streamline your browsing for a quieter, more focused experience.

Tab Silencer Pro क्या है?

Tab Silencer Pro Trusted Extension द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mute individual tabs effortlessly with Tab Silencer Pro! Streamline your browsing for a quieter, more focused experience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab Silencer Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Take back your audio control with Tab Silencer Pro! Our easy-to-use Chrome extension empowers you to manage the noise levels of your browser tabs efficiently. Enjoy the peace of being able to mute individual tabs, enhance focus, and streamline your online experience. Stand out from the rest with our user-friendly interface and custom settings. Perfect for multi-tasking professionals, students, and everyday internet users alike. Silence is just a click away with Tab Silencer Pro!                    

एक्सटेंशन की मूल जानकारी

नाम Tab Silencer Pro Tab Silencer Pro
ID fbkoghpddgpnpabaidonifljhdeojlfb
आधिकारिक URL https://chrome.google.com/webstore/detail/tab-silencer-pro/fbkoghpddgpnpabaidonifljhdeojlfb
विवरण Mute individual tabs effortlessly with Tab Silencer Pro! Streamline your browsing for a quieter, more focused experience.
फ़ाइल का आकार 208 KB
स्थापना संख्या 55,576
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2023-08-08
प्रकाशन तिथि 2023-07-05
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर Trusted Extension
ईमेल [email protected]
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5.1",
    "action": {
        "default_title": "__MSG_mute__",
        "default_icon": {
            "128": "icons\/icon-on128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "mute.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    }
}