Adblock for Ytube

Removes ads from Youtube™.

Wat is Adblock for Ytube?

Adblock for Ytube is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Removes ads from Youtube™.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Adblock for Ytube

Download Adblock for Ytube-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Don’t miss an opportunity to get rid of annoying youtube ads once and for all. Just install youtube adblocker and you’ll forget about them. Tired of unskippable ads and endless charade of ad banners? Then this superb adblocker for youtube is what you were looking for. Installation process takes just a few seconds and the extension doesn’t require a lot of free space. Adblock for youtube simply does its job and doesn’t track your online activity or else. It’s completely safe and reliable extension for those, who just can’t tolerate those annoying ads anymore. Feel the difference after installing this simple yet so useful extension – all the youtube ads will be gone.
Youtube adblock has simple and intuitive design, so it’s pretty easy to use. Well, actually you don’t have to take any actions at all, because everything is done automatically by youtube adblocker. All you have to do is click on ‘Install’ button and enable / disable the blocker when necessarily. To do so, click on extension icon in right upper corner. Imagine how cool is to watch favorite videos without annoying ads. This new youtube adblock will make the dream come true. We tried to make our adblocker for youtube as comfortable and easy to use as possible and we succeeded. The extension is incredibly useful tool to improve your browsing experience. Install our adblock for youtube and see for yourself.                    

Basisinformatie over de Extensie

Naam Adblock for Ytube Adblock for Ytube
ID nendakennfmpoplpmpgnmcbpfabkibki
Officiële URL https://chromewebstore.google.com/detail/adblock-for-ytube/nendakennfmpoplpmpgnmcbpfabkibki
Beschrijving Removes ads from Youtube™.
Bestandsgrootte 70.97 KB
Aantal Installaties 3,828
Huidige Versie 1.2
Laatst Bijgewerkt 2022-01-24
Publicatiedatum 2021-11-03
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,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,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.2",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "128": "media\/sty\/icon.png"
    },
    "background": {
        "service_worker": "service.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "media\/scr\/serj.js",
                "media\/scr\/kapesh.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": {
            "128": "media\/sty\/icon.png"
        },
        "default_title": "Adblock for Youtube\u2122",
        "default_popup": "ind\/indra.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}