Skippy - The Best Youtube Ad Skipper
Automatically skip youtube ads the moment they appear
Skippy - The Best Youtube Ad Skipperคืออะไร?
Skippy - The Best Youtube Ad Skipper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rohan Makhija และคุณลักษณะหลักของมันคือ "Automatically skip youtube ads the moment they appear"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skippy - The Best Youtube Ad Skipper
ดาวน์โหลดไฟล์ส่วนขยาย Skippy - The Best Youtube Ad Skipper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you would like to upgrade to the new 2x efficient beta version, click here: https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/mccflcadolbmcnapdbaepohgnggcnlol ℹ About: Skippy is a browser extension that blocks all video ads on YouTube™. Video ads and ads that come before the video are automatically skipped when they show up. Features: Skippy automatically skips video advertisements on YouTube™ and also on other pages that load YouTube™ in them. 🔏 Privacy: Skippy does not track anything you watch or do on YouTube™ website Disclaimer: YouTube™ is a trademark of Google LLC.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Skippy - The Best Youtube Ad Skipper |
ID | nodemlgkeklghddomgoabckgbcmalkkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/nodemlgkeklghddomgoabckgbcmalkkj |
คำอธิบาย | Automatically skip youtube ads the moment they appear |
ขนาดไฟล์ | 8.75 KB |
จำนวนการติดตั้ง | 359 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-12-26 |
วันที่เผยแพร่ | 2021-03-24 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Rohan Makhija |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skippy - The Best Youtube Ad Skipper", "version": "1.0", "description": "Automatically skip youtube ads the moment they appear", "content_scripts": [ { "js": [ "script.js" ], "run_at": "document_idle", "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "browser_action": { "default_popup": "popup.html" } } |