Web Ad Block

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

Vad är Web Ad Block?

Web Ad Block är en Chrome-tillägg utvecklad av emilykogan9, och dess huvudfunktion är "Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…".

Tilläggsskärmbilder

screenshot

Ladda ner Web Ad Block-förlängningens CRX-fil

Ladda ner Web Ad Block-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn Web Ad Block Web Ad Block
ID jcfaaildckchafcpjaejklhdkembpnhc
Officiell webbadress https://chrome.google.com/webstore/detail/web-ad-block/jcfaaildckchafcpjaejklhdkembpnhc
Beskrivning Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…
Filstorlek 129 KB
Antal Installationer 3,000
Aktuell Version 1.0.0.93
Senast Uppdaterad 2022-04-20
Publiceringsdatum 2022-04-07
Utvecklare emilykogan9
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://webadblock.com/
Hjälpsida URL https://webadblock.com/#contact-us
URL till Sekretesspolicy Sidan https://webadblock.com
Stödda Språk 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"
        }
    ]
}