Adblocker For YT

Adblocker for YT - Removes all ads while on Youtube® with one simple click.

Adblocker For YTคืออะไร?

Adblocker For YT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย A & C และคุณลักษณะหลักของมันคือ "Adblocker for YT - Removes all ads while on Youtube® with one simple click."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblocker For YT

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

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

                        ❗Permissions: We do need default permissions on every website to remove ads or popups for example on embedded videos on webpages and Youtube itself. This is essential in enabling the extension to work properly.

✅UPDATE LOG:

9/14/2021: New 6 second ad is now skippable!
6/8/2021: Brand new logo & UI Interface plus functionality is fixed! Works perfectly!

Don't forget to leave a 5-Star review!! That really helps us out! 🌟🌟🌟🌟🌟

Adblocker for YT is an ad-blocking browser extension which blocks all ads on Youtube.
It allows users to prevent page elements, such as advertisements, from being displayed. 
Banner, Ad-Clips or even preroll ads you usually see before the actual video on Youtube are blocked by this extension.

✅ Easy To Use:

1. Click on our extension logo in your extension bar
2. Click the button to turn on the extension
3. Thats it! Easy as 1,2,3….literally


✅ Features:

 - Blocks ads, banner and popups
 - Blocking of ads on external sites which load Youtube from embedded videos
 - Prevent preroll ads from loading on Youtube
- Prevent in-video ads from coming up
 - Loads videos and YouTube website much faster.


🌟 It is free to download and use! 🌟                    

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

ชื่อ Adblocker For YT Adblocker For YT
ID ldbflapfegfcoipoeophhjbgfcllmjip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adblocker-for-yt/ldbflapfegfcoipoeophhjbgfcllmjip
คำอธิบาย Adblocker for YT - Removes all ads while on Youtube® with one simple click.
ขนาดไฟล์ 27.21 KB
จำนวนการติดตั้ง 1,491
เวอร์ชันปัจจุบัน 0.4.6
อัปเดตครั้งล่าสุด 2022-04-20
วันที่เผยแพร่ 2021-04-27
คะแนน 4.39/5 รวมทั้งหมด 71 คะแนน
ผู้พัฒนา A & C
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.4.6",
    "manifest_version": 2,
    "name": "Adblocker For YT",
    "description": "Adblocker for YT - Removes all ads while on Youtube\u00ae with one simple click.",
    "icons": {
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png",
        "156": "images\/icon156.png",
        "196": "images\/icon196.png",
        "256": "images\/icon256.png",
        "512": "images\/icon512.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.youtube.com\/*"
    ]
}