TubeAdblock - Adblocker for Youtube™

Removes ads from Youtube™.

TubeAdblock - Adblocker for Youtube™란 무엇입니까?

TubeAdblock - Adblocker for Youtube™은(는) TubeAdblock - Adblock for Youtube™에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes ads from Youtube™."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TubeAdblock - Adblocker for Youtube™ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        TubeAdblock - Adblock for Youtube™ is an ad blocking browser extension which blocks all ads on Youtube™. 

This allows users to prevent the display of page elements such as advertisements.

Banners, commercials, or even commercials that you usually see before videos on Youtube are blocked by the extension.

Save your time by stopping these useless advertisements. 

Features:
 + Blocks ads, banner and popups
 + Adblock on external sites which load Youtube
 + Prevent pre roll ads from loading on Youtube
 + Loads videos and YouTube website faster.

The technology is based on adblocking filter lists which blocks external ad urls on Youtube. blocks outside advertisement urls on Youtube. 
We change nothing on the actual site.

Adblock for Youtube boosts the performance to load websites (without ads and tracking)
It is free!

Disclaimer: TubeAdblock - Adblock for Youtube™ is not an official plugin. Youtube™ is a trademark of YouTube LLC                    

확장 프로그램 기본 정보

이름 TubeAdblock - Adblocker for Youtube™ TubeAdblock - Adblocker for Youtube™
ID dfkpmccbdloclhjpfkajmickejdlpohn
공식 URL https://chromewebstore.google.com/detail/tubeadblock-adblocker-for/dfkpmccbdloclhjpfkajmickejdlpohn
설명 Removes ads from Youtube™.
파일 크기 405 KB
설치 횟수 3,789
현재 버전 1.1.3
최근 업데이트 2023-01-02
출시 날짜 2022-12-28
평점 4.27/5 총 11 개의 평점
개발자 TubeAdblock - Adblock for Youtube™
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://tubeadblock.extmix.com
지원되는 언어 id,ms,de,en,en-US,fil,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,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_name__",
    "version": "1.1.3",
    "description": "__MSG_description__",
    "default_locale": "en_US",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "y_rules",
                "enabled": true,
                "path": "rules\/y.json"
            },
            {
                "id": "feedback_rules",
                "enabled": true,
                "path": "rules\/feedback_rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "TubeAdblock.png"
    },
    "action": {
        "default_icon": "TubeAdblock.png",
        "default_title": "TubeAdblock - Adblocker for Youtube\u2122",
        "default_popup": "index.html"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "bg\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content\/element-picker.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content\/content.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content\/y.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}