Youtube zero ads

Save time while browsing the internet and get rid of tiresome ads!

Youtube zero adsคืออะไร?

Youtube zero ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "Save time while browsing the internet and get rid of tiresome ads!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube zero ads

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

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

                        With this add-on you will save time and bandwidth while watching your favorite content. While watching, the add-on will automatically select skip ads option for you (when it becomes active). It should be added that the add-on does not cut out ads, but only automates the selection of skip ads option for the content you watch on youtube. To enjoy the Youtube Zero Ads add-on you just need to install it, no additional configuration is required.

With the add-on No Ads:
- make better use of your time
- you will save internet bandwidth
- you will not be distracted by ads that you can skip
- you will focus more on the content you are watching
- you will avoid accidental clicks on ads
- you will not be annoyed by nasty ads ;)

If you additionally use MS Edge browser, the add-on is also available at: https://microsoftedge.microsoft.com/addons/detail/youtube-zero-ads/cblhjbggkckaiiedgmlomcfnkifidjjn

How to install Zero ADS add-on:
https://www.youtube.com/watch?v=PDNDrcdXO3A

Browser behavior without the Zero ADS add-on installed:
https://www.youtube.com/watch?v=791mU4yWu2A

Zero Ads extension for Google Chrome and MS Edge browsers - add-on enabled:
https://www.youtube.com/watch?v=9Izw2h33onc                    

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

ชื่อ Youtube zero ads Youtube zero ads
ID agljpjecdbecjanckkbhpifjhemgdnlm
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/youtube-zero-ads/agljpjecdbecjanckkbhpifjhemgdnlm
คำอธิบาย Save time while browsing the internet and get rid of tiresome ads!
ขนาดไฟล์ 113 KB
จำนวนการติดตั้ง 129,950
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2023-02-07
วันที่เผยแพร่ 2023-01-08
คะแนน 5.00/5 รวมทั้งหมด 59 คะแนน
ผู้พัฒนา admin
อีเมล [email protected]
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,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",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "2.0.3",
    "icons": {
        "128": "logo128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content1.js"
            ],
            "run_at": "document_end",
            "match_about_blank": true
        }
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "random.png",
                "content2.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}