Instant Youtube Ad Skipper

Extension that automatically fast forwards and skips youtube ads.

Instant Youtube Ad Skipperคืออะไร?

Instant Youtube Ad Skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cloud Composed LLC และคุณลักษณะหลักของมันคือ "Extension that automatically fast forwards and skips youtube ads."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant Youtube Ad Skipper

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

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

                        This extension will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again.

Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!                    

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

ชื่อ Instant Youtube Ad Skipper Instant Youtube Ad Skipper
ID hfncancnkmcojmfbfcdphomojkgmanlf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf
คำอธิบาย Extension that automatically fast forwards and skips youtube ads.
ขนาดไฟล์ 57.28 KB
จำนวนการติดตั้ง 265
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-10-30
วันที่เผยแพร่ 2022-10-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Cloud Composed LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Youtube Ad Skipper",
    "description": "Extension that automatically fast forwards and skips youtube ads.",
    "author": "Cloud Composed LLC",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Instant Youtube Ad Skipper",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}