Video Ads Blocker in Youtube™

Let YouTube no ads. Auto skip ads when watching YouTube videos.

Τι είναι το Video Ads Blocker in Youtube™;

Το Video Ads Blocker in Youtube™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://codehemu.com, και η κύρια λειτουργία του είναι "Let YouTube no ads. Auto skip ads when watching YouTube videos.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Video Ads Blocker in Youtube™

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

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

                        You can understand what this extension does by looking at the name. If you don't understand then let's say, this extension helps to keep you away from various advertisements on YouTube. You can turn this extension on and off whenever you want to turn off and on your YouTube ads or advertisements. This extension has a disable button with which you can stop the extension. The best feature of this extension is that it will also show you how much time this extension has saved you from advertisements. So don't delay and download this extension soon it will keep you away from YouTube app for free and you don't have to pay any money for it.
================================================

Features:
✔️ Blocks video ads or advertisements during videos on YouTube.
✔️ Blocks various banner ads on YouTube.
✔️ Blocks suggested videos on YouTube.
✔️ YouTube blocks sponsored advertisements.
✔️ Very lite and easy to use Extension.

================================================
YouTube™ is a trademark of YouTube Inc., registered in the U.S. 
and other countries. This is an independent project developed by 
me and has no relationship to YouTube™ or YouTube Inc.                    

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

Όνομα Video Ads Blocker in Youtube™ Video Ads Blocker in Youtube™
ID gmfgoihkigbggeeliedncoalbhlmgeki
Επίσημο URL https://chromewebstore.google.com/detail/video-ads-blocker-in-yout/gmfgoihkigbggeeliedncoalbhlmgeki
Περιγραφή Let YouTube no ads. Auto skip ads when watching YouTube videos.
Μέγεθος Αρχείου 278 KB
Αριθμός Εγκαταστάσεων 725
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2024-01-08
Ημερομηνία Δημοσίευσης 2022-11-18
Αξιολόγηση 4.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής https://codehemu.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://www.codehemu.com/p/videoadsblockerforyoutube.html
URL της Σελίδας Πολιτικής Απορρήτου https://www.codehemu.com/p/privacy-policy.html
Υποστηριζόμενες Γλώσσες en,sw,es,ru,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "1024": "data\/icons\/icon-1024.png",
            "128": "data\/icons\/icon-128.png",
            "16": "data\/icons\/icon-16.png",
            "19": "data\/icons\/icon-19.png",
            "32": "data\/icons\/icon-32.png",
            "38": "data\/icons\/icon-38.png",
            "512": "data\/icons\/icon-512.png"
        },
        "default_popup": "data\/interface\/index.html?popup",
        "default_title": "__MSG_actionTitle__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "bundled-content-script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "data\/rules\/youtube.json"
            }
        ]
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/www.codehemu.com\/p\/videoadsblockerforyoutube.html",
    "icons": {
        "1024": "data\/icons\/icon-1024.png",
        "128": "data\/icons\/icon-128.png",
        "16": "data\/icons\/icon-16.png",
        "19": "data\/icons\/icon-19.png",
        "32": "data\/icons\/icon-32.png",
        "38": "data\/icons\/icon-38.png",
        "512": "data\/icons\/icon-512.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "options_ui": {
        "open_in_tab": false,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "short_name": "__MSG_extensionShortName__",
    "version": "1.3"
}