Autoskip for YouTube 2.0

Automatically skips the YouTube ads. 🚫

Autoskip for YouTube 2.0คืออะไร?

Autoskip for YouTube 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย office และคุณลักษณะหลักของมันคือ "Automatically skips the YouTube ads. 🚫"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Autoskip for YouTube 2.0

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

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

                        ⬇️ Easy to set up ⬇️:

1. Install and add the extension to Chrome.
2. That’s all you’ll have to do, it will now automatically click the Ad 'Skip' button while a YouTube video 🎥 is being played.

✨ Features ✨

1. Works on Youtube.
2. Could be combined with general-purpose ad blockers to block the ads altogether.

This extension will auto-skip the ads to improve your YouTube experience.                    

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

ชื่อ Autoskip for YouTube 2.0 Autoskip for YouTube 2.0
ID gcgihkjcccpnahfhhkghlhncdaamjccc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autoskip-for-youtube-20/gcgihkjcccpnahfhhkghlhncdaamjccc
คำอธิบาย Automatically skips the YouTube ads. 🚫
ขนาดไฟล์ 8.18 KB
จำนวนการติดตั้ง 137
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-25
วันที่เผยแพร่ 2023-03-24
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา office
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Autoskip for YouTube 2.0",
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Automatically skips the YouTube ads. \ud83d\udeab",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.YouTube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 3
}