Skip Ads
Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos
Skip Adsคืออะไร?
Skip Ads เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stavros Ioannidis และคุณลักษณะหลักของมันคือ "Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skip Ads
ดาวน์โหลดไฟล์ส่วนขยาย Skip Ads ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically clicks on the 'Skip Ads' button within Youtube™ videos.
Details:
- Works on the latest silent ads, which are not blocked by popular ad blocker extensions.
- Clicks the 'Skip Ads' button in less than 1 sec.
- Only works on youtube.com.
- Just install it and the auto-clicking is enabled. No configuration needed.
- Does not work on non-skippable ads.
Enjoy uninterrupted music!
*** NEW UPDATES ***
🔥 Version 1.1
- Update after Youtube renamed their button class on 11/11/2023. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | bjoabfoeadbgfbapkaipehdneonhkklf |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/skip-ads/bjoabfoeadbgfbapkaipehdneonhkklf |
| คำอธิบาย | Automatically clicks on the 'Skip Ads' button that shows within Youtube™ videos |
| ขนาดไฟล์ | 13.86 KB |
| จำนวนการติดตั้ง | 10,000 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2023-11-14 |
| วันที่เผยแพร่ | 2020-06-24 |
| คะแนน | 4.13/5 รวมทั้งหมด 15 คะแนน |
| ผู้พัฒนา | Stavros Ioannidis |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Skip Ads",
"version": "1.1",
"description": "Automatically clicks on the 'Skip Ads' button that shows within Youtube\u2122 videos",
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/www.youtube.com\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"16": "images\/icon16.png",
"32": "images\/icon32.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"manifest_version": 2
} | |