YouAd Skipper
Sample Chrome Extension
YouAd Skipperคืออะไร?
YouAd Skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fuwasegu และคุณลักษณะหลักของมันคือ "Sample Chrome Extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouAd Skipper
ดาวน์โหลดไฟล์ส่วนขยาย YouAd Skipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
YouTubeの動画広告の自動スキップ、バナー広告の自動削除を行う拡張機能です。 スキップするのに5秒かかる広告も、5秒待たずに飛ばすことができます。 This extension can skip YouTube movie ad and banner ad automatically. You need not wait the video ads that need to wait 5 seconds. 此扩展程序可以自动跳过YouTube电影广告和横幅广告。 您无需等待需要等待5秒钟的视频广告。
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouAd Skipper |
ID | nhjhjoenmfpjglhfganelcdcdhebbmmi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youad-skipper/nhjhjoenmfpjglhfganelcdcdhebbmmi |
คำอธิบาย | Sample Chrome Extension |
ขนาดไฟล์ | 20.11 KB |
จำนวนการติดตั้ง | 4,426 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2022-06-02 |
วันที่เผยแพร่ | 2019-12-14 |
คะแนน | 4.69/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | fuwasegu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouAd Skipper", "version": "2.1.0", "manifest_version": 3, "description": "Sample Chrome Extension", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "YouAdSkipper.js" ] } ], "background": { "service_worker": "YouAdSkipper.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |