Adblock Extension-best adblocker for You Tube

Similar to YouTube™ Premium blocking audio and video ads

Wat is Adblock Extension-best adblocker for You Tube?

Adblock Extension-best adblocker for You Tube is een Chrome-extensie ontwikkeld door Adblock Office, en de belangrijkste functie is "Similar to YouTube™ Premium blocking audio and video ads".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Adblock Extension-best adblocker for You Tube

Download Adblock Extension-best adblocker for You Tube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows users to prevent ads and pop-ups from appearing on their favorite video so they can enjoy videos without interruption on YouTube.
The latest version of  also blocks tracking, spyware, and flash, giving users more control and privacy while browsing. 

With its powerful technology can reduce memory usage, protect your computer from malware, and limit the amount of data that is collected about your browsing habits. Our chrome extension changelog is constantly updated with new features and bug fixes, ensuring that users always have the best experience. 
User-friendly extension that is easy to install and does not require any coding. It is a premium service that comes with a free license, making it accessible to everyone. The source code of  is available on Github, and the program is open to contributions from the community.
 The  team is dedicated to providing users with the best possible experience, and they are constantly working to improve the extension's performance and design. 
Also helps users to personalize their browsing experience, including by reducing memory usage, block unwanted ads, and control cookies.
 Adblock can also be used to analyze website usage, web analytics, and loading times. Is the best ad blocker for chrome browser and it is a must-have extension for anyone who wants to enjoy a faster, cleaner, and more secure video-audio experience.We participate in different affiliate programs, so this extension can redirect the accessed links to different affiliate programs.

Add to Chrome to install and enjoy                    

Basisinformatie over de Extensie

Naam Adblock Extension-best adblocker for You Tube Adblock Extension-best adblocker for You Tube
ID knfibedgjpdjjhfcompdkpebkdnljloo
Officiële URL https://chromewebstore.google.com/detail/adblock-extension-best-ad/knfibedgjpdjjhfcompdkpebkdnljloo
Beschrijving Similar to YouTube™ Premium blocking audio and video ads
Bestandsgrootte 364 KB
Aantal Installaties 6,000
Huidige Versie 1.4
Laatst Bijgewerkt 2024-02-29
Publicatiedatum 2023-01-23
Beoordeling 4.85/5 Totaal 254 Beoordelingen
Ontwikkelaar Adblock Office
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
Ondersteunde Talen id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.4",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "19": "icons\/icon-19.png",
        "38": "icons\/icon-38.png",
        "128": "icons\/icon-128.png",
        "512": "icons\/icon-512.png",
        "1024": "icons\/icon-1024.png"
    },
    "background": {
        "service_worker": "worker_container.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "19": "icons\/icon-19.png",
            "32": "icons\/icon-32.png",
            "38": "icons\/icon-38.png",
            "128": "icons\/icon-128.png",
            "512": "icons\/icon-512.png",
            "1024": "icons\/icon-1024.png"
        },
        "default_title": "__MSG_actionTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "youtube",
                "enabled": true,
                "path": "rules\/youtube.json"
            }
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/navigator.share.js",
                "content.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "scriptlets.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        }
    ]
}