Permanent Mute

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

Permanent Mute क्या है?

Permanent Mute https://codewrangler.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A persistent mute tool for stupid websites that make annoying and ill-timed sounds."।

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

screenshot

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

crx प्रारूप में Permanent Mute एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}