Skip Ads - Adblock Plus for Youtube

Auto skip ads when watching YouTube videos. Let YouTube no ads!

Skip Ads - Adblock Plus for Youtubeคืออะไร?

Skip Ads - Adblock Plus for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adolfalbin6 และคุณลักษณะหลักของมันคือ "Auto skip ads when watching YouTube videos. Let YouTube no ads!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skip Ads - Adblock Plus for Youtube

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

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

                        There are too many annoying ads on Youtube™ that interrupt us when watching videos. How to get rid of youtube ads? This adblocker extension can remove YouTube™ ads. Automatically skips upcoming ads and enhances the viewing experience.
Feature:
    -> Automatically skips annoying ads
    -> Block pre-rolls and insertion of video ads on the youtube™ platform.
    -> Block ads on external websites that embed youtube™ videos.                    

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

ชื่อ Skip Ads - Adblock Plus for Youtube Skip Ads - Adblock Plus for Youtube
ID cidhcmobnhpfabnklkacinjcobbadabh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skip-ads-adblock-plus-for/cidhcmobnhpfabnklkacinjcobbadabh
คำอธิบาย Auto skip ads when watching YouTube videos. Let YouTube no ads!
ขนาดไฟล์ 420 KB
จำนวนการติดตั้ง 159
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2022-10-13
วันที่เผยแพร่ 2022-09-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา adolfalbin6
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://extensiondock.com/privacy
ภาษาที่รองรับ id,de,en,en-GB,en-US,fil,fr,sw,nl,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",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0.6",
    "manifest_version": 3,
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/skip-ads-adblock-plus-for-youtube\/cidhcmobnhpfabnklkacinjcobbadabh?utm_medium=extension&utm_source=youtube_adblock",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icons\/ys.png"
    },
    "permissions": [
        "declarativeNetRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "youtube",
                "path": "rules\/rules.json"
            }
        ]
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_appTitle__",
        "default_icon": {
            "128": "icons\/ys.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "\/js\/inject-script.js"
            ]
        }
    ]
}