Video AdBlock for YouTube™ Extension

Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.

Τι είναι το Video AdBlock for YouTube™ Extension;

Το Video AdBlock for YouTube™ Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον The Creative Joys, και η κύρια λειτουργία του είναι "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Video AdBlock for YouTube™ Extension

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

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

                        * Removes YouTube™ video and text ads. 
* Works on all websites that contain a YouTube™ video.
* Also works with YouTube™ Music.

Enjoy ad free videos!                    

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

Όνομα Video AdBlock for YouTube™ Extension Video AdBlock for YouTube™ Extension
ID lmkjedkhnnhcohninidcejgollmggcjf
Επίσημο URL https://chromewebstore.google.com/detail/video-adblock-for-youtube/lmkjedkhnnhcohninidcejgollmggcjf
Περιγραφή Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.
Μέγεθος Αρχείου 24.76 KB
Αριθμός Εγκαταστάσεων 11,474
Τρέχουσα Έκδοση 5.1
Τελευταία Ενημέρωση 2023-12-13
Ημερομηνία Δημοσίευσης 2020-06-26
Αξιολόγηση 4.17/5 Συνολικά 81 Αξιολογήσεις
Προγραμματιστής The Creative Joys
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/videoadblockforyt/home
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video AdBlock for YouTube\u2122 Extension",
    "version": "5.1",
    "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube\u2122 Music.",
    "manifest_version": 3,
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "adBlockerBg.js"
    },
    "action": {
        "default_title": "Video AdBlock for YouTube\u2122",
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "adBlockerYt.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        ""
    ]
}