Ad Blocker for YouTube
Watch YouTube without any ads!
Ad Blocker for YouTubeคืออะไร?
Ad Blocker for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Pi และคุณลักษณะหลักของมันคือ "Watch YouTube without any ads!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ad Blocker for YouTube
ดาวน์โหลดไฟล์ส่วนขยาย Ad Blocker for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
IMPORTANT: - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome. With this extension, you can: - Skip ads prior to the actual video content - Blocks any pop-up ads during the video within the frame
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ad Blocker for YouTube |
ID | gmcmlgfecmkefmkgbbnggmamclbmikbi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi |
คำอธิบาย | Watch YouTube without any ads! |
ขนาดไฟล์ | 23.32 KB |
จำนวนการติดตั้ง | 23,302 |
เวอร์ชันปัจจุบัน | 1.0.6 |
อัปเดตครั้งล่าสุด | 2020-01-30 |
วันที่เผยแพร่ | 2020-01-25 |
คะแนน | 4.27/5 รวมทั้งหมด 45 คะแนน |
ผู้พัฒนา | Peter Pi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ad Blocker for YouTube", "version": "1.0.6", "description": "Watch YouTube without any ads!", "author": "Peter Pi", "icons": { "128": "icon_128.png" }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ "activeTab" ] } |