Youtube Adblocker Adblock For Youtube™ YouApp

Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™

Co to jest Youtube Adblocker Adblock For Youtube™ YouApp?

Youtube Adblocker Adblock For Youtube™ YouApp to rozszerzenie Chrome opracowane przez Adblock, a jego główną funkcją jest „Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Youtube Adblocker Adblock For Youtube™ YouApp

Pobierz pliki rozszerzeń Youtube Adblocker Adblock For Youtube™ YouApp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Youtube Adblocker - Adblock For Youtube™ | YouApp
YouApp is Adblock for Chrome and Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™, Chrome ad blocker, hides ad banners.

AdBlock for YouTube is available to all internet users for free. 
As the name suggests, it is an application that blocks all ads on the YouTube platform.

This extension is a content filtering and ad blocker browser extension that blocks all ads on Youtube™. It allows users to block page elements such as ads from being displayed.
The banners you usually see, Ad Clips, and even ads that run before the actual video are blocked by this extension.

Adblock For Youtube™ | YouApp Additional features;
 - Auto HD for YouTube - You can set the Quality
 - Search on YouTube - When reading a book, Select a keyword and search
 - Skip Ads: skip video ads
 - Youtube Loop video: Repeat Video
 - Block Ads: You will not see ads on YouTube with youapp


Auto HD for YouTube

 - Select the Video quality from the extension ( quality selector for YouTube. Up to 8k/4k (60fps/50fps/48fps/30fps) supported)
 - Open video from YouTube site.
 - You will see that it automatically opens in the selected Quality.

Search On YouTube
When you read a text on any website and wonder whether a video is related to that text, you can search directly on YouTube by right-clicking.

Skip Ads
All ads seen on YouTube are blocked. Even the most annoying Pre-roll skip ads are blocked. Automatically, pre-roll ads are hidden.

Youtube Loop video
When you have a video you like on YouTube and want to listen to repeatedly, the Youtube Loop button will make your job easier. When you press the button, the same video will start repeatedly.


Features:
★ Advertisements, banners, and pop-ups are blocked. 
★ Ads on third-party websites are also blocked. 
★ The upload of pre-roll ads is prevented. 
★ No setup is required. Avoid managing disorganized lists 
★ Stop all sites from showing pre-roll video ads. It prevents banner and text ads all over 
★ This will not hinder your speed because it is ultra-fast and lightweight. 
★ Free and continuously updated                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube Adblocker Adblock For Youtube™ YouApp Youtube Adblocker Adblock For Youtube™ YouApp
ID fehakahaflkmeafdflhmlfcgolbpahen
Oficjalny URL https://chromewebstore.google.com/detail/youtube-adblocker-adblock/fehakahaflkmeafdflhmlfcgolbpahen
Opis Adblock For YouTube™, Youtube Adblocker, No Ads on YouTube™
Rozmiar pliku 130 KB
Liczba instalacji 3,000
Aktualna Wersja 0.0.6
Ostatnia Aktualizacja 2024-02-05
Data Publikacji 2023-01-30
Ocena 4.58/5 Łącznie 76 Oceny
Deweloper Adblock
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki id,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,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,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "icons\/i128.png",
            "16": "icons\/i16.png",
            "19": "icons\/i19.png",
            "32": "icons\/i32.png",
            "38": "icons\/i38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Options"
    },
    "default_locale": "en_US",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "style.css"
            ],
            "all_frames": true,
            "js": [
                "looper.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "rules\/youtube.json"
            }
        ]
    },
    "description": "__MSG_appDesc__",
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icons\/i128.png",
        "16": "icons\/i16.png",
        "19": "icons\/i19.png",
        "32": "icons\/i32.png",
        "38": "icons\/i38.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestWithHostAccess",
        "declarativeNetRequestFeedback",
        "storage",
        "scripting",
        "tabs",
        "contextMenus"
    ],
    "short_name": "Youtube Adblocker",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.6",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "scriptlets.js"
            ]
        }
    ]
}