AdBlocker For YouTube: Stop Annoying Ads

Yes, AdBlocker For YouTube really works, you don't see any ads on YouTube While Playing Video. install and use AdBlock For YouTube.

AdBlocker For YouTube: Stop Annoying Adsคืออะไร?

AdBlocker For YouTube: Stop Annoying Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย onlynewtab และคุณลักษณะหลักของมันคือ "Yes, AdBlocker For YouTube really works, you don't see any ads on YouTube While Playing Video. install and use AdBlock For YouTube."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdBlocker For YouTube: Stop Annoying Ads

ดาวน์โหลดไฟล์ส่วนขยาย AdBlocker For YouTube: Stop Annoying Ads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        AdBlocker For YouTube is available in the chrome web store just install it and stop Annoying Ads on YouTube.

Features:
 + blocks ads, banner and popups
 + blocking of ads on external sites which load Youtube
 + prevent preroll ads from loading on Youtube
 + you can also remove annotations from videos and musics (see options page).
 + loads videos and YouTube website faster.

How To Use:-

1. Firstly click on "Add To Chrome" Button.
2. After Installing just click on "Extension icon" button.
3. You see Pop-Up menu for Adblock ON/OFF For Youtube.
4. Lets Enjoy

Thanks :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AdBlocker For YouTube: Stop Annoying Ads AdBlocker For YouTube: Stop Annoying Ads
ID legmnlboolgbdgifpkflcipfjohehkkb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adblocker-for-youtube-sto/legmnlboolgbdgifpkflcipfjohehkkb
คำอธิบาย Yes, AdBlocker For YouTube really works, you don't see any ads on YouTube While Playing Video. install and use AdBlock For YouTube.
ขนาดไฟล์ 74.15 KB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-06-22
วันที่เผยแพร่ 2022-06-22
ผู้พัฒนา onlynewtab
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://apkmanager.co/adblocker-for-youtube/
URL หน้านโยบายความเป็นส่วนตัว https://onlynewtab.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.0",
    "name": "AdBlocker For YouTube: Stop Annoying Ads",
    "description": "Yes, AdBlocker For YouTube really works, you don't see any ads on YouTube While Playing Video. install and use AdBlock For YouTube.",
    "default_locale": "en",
    "background": {
        "service_worker": "scripts\/service-worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons-on\/16.png",
            "24": "icons-on\/24.png",
            "32": "icons-on\/32.png",
            "48": "icons-on\/48.png",
            "64": "icons-on\/64.png",
            "96": "icons-on\/96.png",
            "128": "icons-on\/128.png"
        },
        "default_popup": "docs\/popup.html",
        "default_title": "AdBlocker For YouTube: Stop Annoying Ads"
    },
    "icons": {
        "16": "icons-on\/16.png",
        "24": "icons-on\/24.png",
        "32": "icons-on\/32.png",
        "48": "icons-on\/48.png",
        "64": "icons-on\/64.png",
        "96": "icons-on\/96.png",
        "128": "icons-on\/128.png"
    },
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "tabs"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/content-script.js"
            ],
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule_set_1",
                "enabled": true,
                "path": "etc\/rule_set_1.json"
            }
        ]
    }
}