Youtube AdBlock by AdHide

Get rid of annoying YouTube ads with Adhide. Do this in a few very simple steps.

Τι είναι το Youtube AdBlock by AdHide;

Το Youtube AdBlock by AdHide είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον AdHide, και η κύρια λειτουργία του είναι "Get rid of annoying YouTube ads with Adhide. Do this in a few very simple steps.".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Youtube AdBlock by AdHide

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

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

                        + Do you want to know how?
Add the Adhide add-on to your browser via Chrome store. Accept the warning that pops up and that's it! You can now start an ad-free YouTube experience!

+ What does Adhide do for you?
Adhide hides YouTube ads for you, and besides, you won't see pop-ups and banners again. And these are not the only things it can do for you, there’s more!

+ What is waiting for you following the installation of the add-on?
	•	While watching videos, ads will not interrupt your pleasure of watching!
	•	You will not encounter any video and banner ads on the YouTube home page and video pages.
	•	You will have a much faster YouTube experience since it hides the ads.

Get rid of YouTube ads simply with Adhide. Are the windows opened on YouTube bothering you too? It is possible to eliminate this problem with the Adhide add-on.

+ Will Adhide damage my computer?
Add-on is built on a highly secure system that works with the principle of "fast and secure". It will not damage your device in any way. It also protects you against malware. Adhide is also very simple to install. With the download of the add-on, the necessary permissions are given and the system starts to operate. All unwanted and annoying ads on YouTube will come to an end with this add-on.

Is Adhide a charged service? No, it's absolutely free. By downloading Adhide, you can get rid of YouTube ads at no cost.

Adhide is an ad blocker add-on. With Adhide, you can hide all the ads on YouTube.                    

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

Όνομα Youtube AdBlock by AdHide Youtube AdBlock by AdHide
ID oobjlgiogjgmhngfmkmdlobbpdbhcaoe
Επίσημο URL https://chrome.google.com/webstore/detail/youtube-adblock-by-adhide/oobjlgiogjgmhngfmkmdlobbpdbhcaoe
Περιγραφή Get rid of annoying YouTube ads with Adhide. Do this in a few very simple steps.
Μέγεθος Αρχείου 16.5 KB
Αριθμός Εγκαταστάσεων 5,000
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2020-08-26
Ημερομηνία Δημοσίευσης 2020-08-16
Αξιολόγηση 4.91/5 Συνολικά 215 Αξιολογήσεις
Προγραμματιστής AdHide
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,tr
manifest.json
{
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icons\/16x16.png",
        "48": "images\/icons\/48x48.png",
        "128": "images\/icons\/128x128.png",
        "256": "images\/icons\/256x256.png"
    },
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/default_active_19x19.png",
            "38": "images\/icons\/default_active_38x38.png"
        },
        "default_title": "Youtube AdBlock by AdHide"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/youtube.com\/*",
                "https:\/\/youtube-nocookie.com\/*",
                "https:\/\/*.youtube-nocookie.com\/*"
            ],
            "js": [
                "js\/injector.min.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "webRequestBlocking",
        "webRequest",
        "",
        "background"
    ],
    "web_accessible_resources": [
        "js\/inject.min.js",
        "css\/inject.min.css"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}