Ad-Defender YouTube™ By Extra Thinkers

Play any YouTube™ Video without annoying Ads('Skip and Play').

Qu'est-ce que Ad-Defender YouTube™ By Extra Thinkers ?

Ad-Defender YouTube™ By Extra Thinkers est une extension Chrome développée par Extra Thinkers, et sa fonction principale est "Play any YouTube™ Video without annoying Ads('Skip and Play').".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ad-Defender YouTube™ By Extra Thinkers

Téléchargez les fichiers d'extension Ad-Defender YouTube™ By Extra Thinkers 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

                        Play any YouTube™ Video without annoying Ads. Use 'Ad-Defender YouTube™' and Forget about skip and Play.


Just click "Add to Chrome," then visit your favorite video and see the ads disappear!                    

Informations de Base sur l'Extension

Nom Ad-Defender YouTube™ By Extra Thinkers Ad-Defender YouTube™ By Extra Thinkers
ID ajbjmhlnjikoggkjhkenkgabjpfdollh
URL Officiel https://chrome.google.com/webstore/detail/ad-defender-youtube-by-ex/ajbjmhlnjikoggkjhkenkgabjpfdollh
Description Play any YouTube™ Video without annoying Ads('Skip and Play').
Taille du Fichier 35.39 KB
Nombre d'Installations 913
Version Actuelle 1.0.1
Dernière Mise à Jour 2018-12-16
Date de Publication 2018-12-15
Évaluation 5.00/5 Total 2 Évaluations
Développeur Extra Thinkers
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "data\/content_script\/inject.css"
            ],
            "js": [
                "data\/message_passing.js",
                "data\/content_script\/inject.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Play any YouTube\u2122 Video without annoying Ads('Skip and Play').",
    "homepage_url": "http:\/\/www.extrathinkers.com\/youtube-ad-defender.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 2,
    "name": "Ad-Defender YouTube\u2122 By Extra Thinkers",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking"
    ],
    "short_name": "Ad-Defender YouTube\u2122",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "web_accessible_resources": [
        "data\/content_script\/*"
    ]
}