Web Ad Block

Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…

Web Ad Block क्या है?

Web Ad Block emilykogan9 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…"।

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

screenshot

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

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

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

                        Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. 

Automatically skip a commercial while playing videos, track usage time & many more things with Web Ad Block.
The extension simply gives an answer of how to block ads.

If you are tired of waiting for ads to end or clicking on skip buttons over your video, this extension is for you.
A simple ad skipper that automate the task of clicking on the skip ad button.

Who likes Interruption? No one. 
Web Ad Block works automatically. Just click "Add to Chrome", then visit your favorite streaming platforms and see the ads disappear! 

Contact us! Show support or leave your comments at: [email protected].

Visit our site to learn more and get our latest updates and news: https://webadblock.com/                    

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

नाम Web Ad Block Web Ad Block
ID jcfaaildckchafcpjaejklhdkembpnhc
आधिकारिक URL https://chrome.google.com/webstore/detail/web-ad-block/jcfaaildckchafcpjaejklhdkembpnhc
विवरण Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…
फ़ाइल का आकार 129 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 1.0.0.93
अंतिम अपडेट 2022-04-20
प्रकाशन तिथि 2022-04-07
डेवलपर emilykogan9
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webadblock.com/
सहायता पृष्ठ URL https://webadblock.com/#contact-us
गोपनीयता नीति पृष्ठ URL https://webadblock.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "",
    "manifest_version": 3,
    "name": "Web Ad Block",
    "default_locale": "en",
    "version": "1.0.0.93",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}