SkipAds for Youtube
Automatically skip ads on youtube videos!
SkipAds for Youtubeคืออะไร?
SkipAds for Youtube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://addonflow.eu และคุณลักษณะหลักของมันคือ "Automatically skip ads on youtube videos!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SkipAds for Youtube
ดาวน์โหลดไฟล์ส่วนขยาย SkipAds for Youtube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
We're excited to present the Ad Skip tool, your go-to answer for dealing with unskippable advertisements on YouTube! Wave goodbye to the irritation of enduring endless ad breaks and dive into an uninterrupted stream of your favorite videos with our cutting-edge automatic ad-elimination feature. This innovative extension is designed to recognize and bypass video advertisements in just 5 seconds, conceal advertising banners, and disable pre-roll ads, all to ensure a smooth and uninterrupted viewing pleasure. It also excels at removing the majority of YouTube advertisements, including the newest silent ads that often slip by other well-known ad-blocking tools. Forget the hassle of manually searching for the 'skip ad' button; our tool streamlines the process, completing the task in under a second! Installation is a breeze, and its functionality is exclusively dedicated to enhancing your experience on youtube.com. Here's what Ad Skip delivers: ⭐ Instantaneous skipping of ads on YouTube ⭐ Comprehensive ad-blocking features on YouTube ⭐ A stealth mode that keeps you hidden from anti-ad-blocking measures No matter if you're watching in full-screen glory or through a convenient floating popup window, our tool ensures your viewing session remains unspoiled. Get your hands on Ad Skip now and relish in the wealth of music and videos available on YouTube without any frustrating pauses. And the cherry on top? It's yours to enjoy at absolutely no cost!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SkipAds for Youtube |
ID | hablalfioeaeegjdjnadoakdhleccbgn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/skipads-for-youtube/hablalfioeaeegjdjnadoakdhleccbgn |
คำอธิบาย | Automatically skip ads on youtube videos! |
ขนาดไฟล์ | 69.7 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 2.5.4 |
อัปเดตครั้งล่าสุด | 2023-12-12 |
วันที่เผยแพร่ | 2023-11-20 |
คะแนน | 4.77/5 รวมทั้งหมด 666 คะแนน |
ผู้พัฒนา | https://addonflow.eu |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,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", "manifest_version": 3, "default_locale": "en", "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "2.5.4", "icons": { "256": "resources\/advertise_256.png", "128": "resources\/advertise_128.png", "64": "resources\/advertise_64.png", "32": "resources\/advertise_32.png" }, "background": { "service_worker": "script\/background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "script\/content_main_v2.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script\/content.js" ], "run_at": "document_end", "match_about_blank": true } ], "permissions": [ "storage", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "script\/*" ], "matches": [ "*:\/\/*\/*" ] } ] } |