Adblock Extension-best adblocker for You Tube

Similar to YouTube™ Premium blocking audio and video ads

Hvad er Adblock Extension-best adblocker for You Tube?

Adblock Extension-best adblocker for You Tube er en Chrome-udvidelse udviklet af Adblock Office, og dens hovedfunktion er "Similar to YouTube™ Premium blocking audio and video ads".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Adblock Extension-best adblocker for You Tube-udvidelses-CRX-fil

Download Adblock Extension-best adblocker for You Tube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Adblock Extension-best adblocker for You Tube Adblock Extension-best adblocker for You Tube
ID knfibedgjpdjjhfcompdkpebkdnljloo
Officiel URL https://chromewebstore.google.com/detail/adblock-extension-best-ad/knfibedgjpdjjhfcompdkpebkdnljloo
Beskrivelse Similar to YouTube™ Premium blocking audio and video ads
Filstørrelse 364 KB
Antal Installationer 6,000
Nuværende Version 1.4
Senest Opdateret 2024-02-29
Udgivelsesdato 2023-01-23
Bedømmelse 4.85/5 Samlet 254 Bedømmelser
Udvikler Adblock Office
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
Understøttede Sprog 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\/*"
            ]
        }
    ]
}