YouTube AdBlock Notification Blocker

Seamlessly block YouTube ad-blocker popups for uninterrupted viewing

Τι είναι το YouTube AdBlock Notification Blocker;

Το YouTube AdBlock Notification Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον radiumcoding, και η κύρια λειτουργία του είναι "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing".

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

screenshot

Λήψη αρχείου CRX της επέκτασης YouTube AdBlock Notification Blocker

Λήψη αρχείων επέκτασης YouTube AdBlock Notification Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Enhance your YouTube experience with the YouTube AdBlock Notification Blocker extension! Say goodbye to interruptions caused by ad-blocker popups on the YouTube website. Our extension works quietly in the background, seamlessly removing these notifications, ensuring you can enjoy uninterrupted content without any hassle.                    

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

Όνομα YouTube AdBlock Notification Blocker YouTube AdBlock Notification Blocker
ID ffdofohihcncdknfpmihmolmjadldgfi
Επίσημο URL https://chromewebstore.google.com/detail/youtube-adblock-notificat/ffdofohihcncdknfpmihmolmjadldgfi
Περιγραφή Seamlessly block YouTube ad-blocker popups for uninterrupted viewing
Μέγεθος Αρχείου 7.3 KB
Αριθμός Εγκαταστάσεων 77
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-10-24
Ημερομηνία Δημοσίευσης 2023-10-24
Αξιολόγηση 2.33/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής radiumcoding
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/1RRhrRji5N7nIyyzlEDCXNtbh93utShe4LrK5LbLtsoc/edit?usp=sharing
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube AdBlock Notification Blocker",
    "version": "1.0",
    "description": "Seamlessly block YouTube ad-blocker popups for uninterrupted viewing",
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon3.png",
        "48": "icon2.png",
        "128": "icon1.png"
    }
}