Ultimate Video Ad Blocker

Watch Youtube™ without video ads.

Vad är Ultimate Video Ad Blocker?

Ultimate Video Ad Blocker är en Chrome-tillägg utvecklad av uadblock, och dess huvudfunktion är "Watch Youtube™ without video ads.".

Tilläggsskärmbilder

screenshot

Ladda ner Ultimate Video Ad Blocker-förlängningens CRX-fil

Ladda ner Ultimate Video Ad Blocker-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

                        Fast and effective video ad blocker. 
You won't need to wait or click skip ad anymore.                    

Grundläggande Information om Tillägg

Namn Ultimate Video Ad Blocker Ultimate Video Ad Blocker
ID mbjaofhpjelogcpkjgpneaojiafljhik
Officiell webbadress https://chrome.google.com/webstore/detail/ultimate-video-ad-blocker/mbjaofhpjelogcpkjgpneaojiafljhik
Beskrivning Watch Youtube™ without video ads.
Filstorlek 16.42 KB
Antal Installationer 200,000
Aktuell Version 1.6.9
Senast Uppdaterad 2021-09-23
Publiceringsdatum 2021-08-24
Betyg 4.41/5 Totalt 44 Betyg
Utvecklare uadblock
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://adblockervideo.com/privacy.php
Stödda Språk de,en,fr,nl,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.6.9",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "main.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.adblockervideo.com\/*"
        ]
    },
    "icons": {
        "128": "icon.png"
    }
}