Anti Ear Blaster

Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.

Anti Ear Blaster क्या है?

Anti Ear Blaster Joker Development द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it."।

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

screenshot
screenshot

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

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

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

                        Sets the volume level of all html audio and video players automatically to a chosen volume level. You can also unmute all players automatically if you want.                    

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

नाम Anti Ear Blaster Anti Ear Blaster
ID lilnheebfjnjfcgbpfggefmmibfbfjoo
आधिकारिक URL https://chrome.google.com/webstore/detail/anti-ear-blaster/lilnheebfjnjfcgbpfggefmmibfbfjoo
विवरण Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.
फ़ाइल का आकार 45.5 KB
स्थापना संख्या 78
वर्तमान संस्करण 1.1
अंतिम अपडेट 2020-01-07
प्रकाशन तिथि 2019-12-30
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर Joker Development
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Ear Blaster",
    "version": "1.1",
    "description": "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.",
    "permissions": [
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "browser_action": {
        "default_popup": "html\/menu.html",
        "default_icon": {
            "16": "assets\/img\/icons\/icon16.png",
            "32": "assets\/img\/icons\/icon32.png",
            "48": "assets\/img\/icons\/icon48.png",
            "128": "assets\/img\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icons\/icon16.png",
        "32": "assets\/img\/icons\/icon32.png",
        "48": "assets\/img\/icons\/icon48.png",
        "128": "assets\/img\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/ext\/jquery.min.js",
                "assets\/js\/background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2
}