Adblocker youtube™

Adblocker for youtube™

Qu'est-ce que Adblocker youtube™ ?

Adblocker youtube™ est une extension Chrome développée par gamecodies, et sa fonction principale est "Adblocker for youtube™".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Adblocker youtube™

Téléchargez les fichiers d'extension Adblocker 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

                        Adblocker for YouTube™ is a content filtering and ad-blocking browser extension that removes all advertisements from YouTube™.

Permissions: We need default permissions on every page, just like typical ad-blocking extensions, to eliminate advertising or popups, such as on embedded videos and YouTube itself.

Features:
 + Ads, banners, and popups are blocked.
 + Ads on external sites that load YouTube are blocked.
 + Prevent YouTube preroll ads from loading 
 + YouTube videos and the website load faster. 

It allows users to block the display of certain website elements, such as adverts.

This addon blocks banner advertising, ad-clips, and even preroll commercials that appear before the main video on YouTube.

It's completely free to download and use!                    

Informations de Base sur l'Extension

Nom Adblocker youtube™ Adblocker youtube™
ID amfjcohpjldljepbifhmpnoncoebapjb
URL Officiel https://chromewebstore.google.com/detail/adblocker-youtube/amfjcohpjldljepbifhmpnoncoebapjb
Description Adblocker for youtube™
Taille du Fichier 20.46 KB
Nombre d'Installations 48
Version Actuelle 1.0.5
Dernière Mise à Jour 2021-11-29
Date de Publication 2021-11-29
Évaluation 5.00/5 Total 1 Évaluations
Développeur gamecodies
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adblocker youtube\u2122",
    "version": "1.0.5",
    "description": "Adblocker for youtube\u2122",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "adblockicon.png"
    },
    "browser_action": {
        "default_icon": "adblockicon.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-V\/iEy\/JDsKiWnn\/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "app\/a.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": []
}