Adblock for Ytube

Removes ads from Youtube™.

Hvad er Adblock for Ytube?

Adblock for Ytube er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Removes ads from Youtube™.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Adblock for Ytube-udvidelses-CRX-fil

Download Adblock for Ytube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Adblock for Ytube Adblock for Ytube
ID nendakennfmpoplpmpgnmcbpfabkibki
Officiel URL https://chromewebstore.google.com/detail/adblock-for-ytube/nendakennfmpoplpmpgnmcbpfabkibki
Beskrivelse Removes ads from Youtube™.
Filstørrelse 70.97 KB
Antal Installationer 3,828
Nuværende Version 1.2
Senest Opdateret 2022-01-24
Udgivelsesdato 2021-11-03
Bedømmelse 3.00/5 Samlet 4 Bedømmelser
Udvikler Unknown
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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": [
        ""
    ]
}