Adblock Extension-best adblocker for You Tube

Similar to YouTube™ Premium blocking audio and video ads

Τι είναι το Adblock Extension-best adblocker for You Tube;

Το Adblock Extension-best adblocker for You Tube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Adblock Office, και η κύρια λειτουργία του είναι "Similar to YouTube™ Premium blocking audio and video ads".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Adblock Extension-best adblocker for You Tube

Λήψη αρχείων επέκτασης Adblock Extension-best adblocker for You Tube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Adblock Extension-best adblocker for You Tube Adblock Extension-best adblocker for You Tube
ID knfibedgjpdjjhfcompdkpebkdnljloo
Επίσημο URL https://chromewebstore.google.com/detail/adblock-extension-best-ad/knfibedgjpdjjhfcompdkpebkdnljloo
Περιγραφή Similar to YouTube™ Premium blocking audio and video ads
Μέγεθος Αρχείου 364 KB
Αριθμός Εγκαταστάσεων 6,000
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2024-02-29
Ημερομηνία Δημοσίευσης 2023-01-23
Αξιολόγηση 4.85/5 Συνολικά 254 Αξιολογήσεις
Προγραμματιστής Adblock Office
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/privacy/view/adb59705be0317131ed706eabb0f1a77
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}