Adblock for Youtube™

Removes ads from Youtube™.

Qu'est-ce que Adblock for Youtube™ ?

Adblock for Youtube™ est une extension Chrome développée par anzai3238, et sa fonction principale est "Removes ads from Youtube™.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Adblock for Youtube™

Téléchargez les fichiers d'extension Adblock for Youtube™ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        We would like to present you our new unique and very useful extension YouTube AdBlocker. If you are a fan of watching videos on YouTube, then you will definitely like our product.  Surely, while watching a video, you had to be interrupted by boring and unnecessary advertising, which crashes right while watching.  Only Youtube AdBlocker will block any ads on YouTube.  This is a very convenient and comfortable extension.  We have done our best to make our users enjoy using our extension.  It's feature rich and free.  All you need is just to download our product and enjoy using it.                    

Informations de Base sur l'Extension

Nom Adblock for Youtube™ Adblock for Youtube™
ID jannchdahcpeomkijhnajendgeliepmp
URL Officiel https://chrome.google.com/webstore/detail/adblock-for-youtube/jannchdahcpeomkijhnajendgeliepmp
Description Removes ads from Youtube™.
Taille du Fichier 38.31 KB
Nombre d'Installations 483,929
Version Actuelle 1.1
Dernière Mise à Jour 2021-12-22
Date de Publication 2021-06-21
Évaluation 3.73/5 Total 11 Évaluations
Développeur anzai3238
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "static\/res\/front.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "worker\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "domUtils.js",
                "inj\/adSkiper.js",
                "inj\/teaz_elDMessageListener.js",
                "inj\/teaz_elDDOM.js",
                "inj\/teaz_elDDOMFilter.js",
                "inj\/teaz_elD.js",
                "inj\/teaz_elDStarter.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "300": "static\/res\/front.png"
        },
        "default_title": "Adblock for Youtube\u2122",
        "default_popup": "win\/index.html"
    },
    "web_accessible_resources": [
        "\/checkboxes.min.css"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}