Adblocker youtube™
Adblocker for youtube™
Adblocker youtube™คืออะไร?
Adblocker youtube™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gamecodies และคุณลักษณะหลักของมันคือ "Adblocker for youtube™"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adblocker youtube™
ดาวน์โหลดไฟล์ส่วนขยาย Adblocker youtube™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Adblocker for YouTube™ is a content filtering and ad-blocking browser extension that removes all advertisements from YouTube™. Permissions: We need default permissions on every page, just like typical ad-blocking extensions, to eliminate advertising or popups, such as on embedded videos and YouTube itself. Features: + Ads, banners, and popups are blocked. + Ads on external sites that load YouTube are blocked. + Prevent YouTube preroll ads from loading + YouTube videos and the website load faster. It allows users to block the display of certain website elements, such as adverts. This addon blocks banner advertising, ad-clips, and even preroll commercials that appear before the main video on YouTube. It's completely free to download and use!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Adblocker youtube™ |
ID | amfjcohpjldljepbifhmpnoncoebapjb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/adblocker-youtube/amfjcohpjldljepbifhmpnoncoebapjb |
คำอธิบาย | Adblocker for youtube™ |
ขนาดไฟล์ | 20.46 KB |
จำนวนการติดตั้ง | 48 |
เวอร์ชันปัจจุบัน | 1.0.5 |
อัปเดตครั้งล่าสุด | 2021-11-29 |
วันที่เผยแพร่ | 2021-11-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | gamecodies |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Adblocker youtube\u2122", "version": "1.0.5", "description": "Adblocker for youtube\u2122", "permissions": [ "storage" ], "icons": { "128": "adblockicon.png" }, "browser_action": { "default_icon": "adblockicon.png" }, "content_security_policy": "script-src 'self' 'sha256-V\/iEy\/JDsKiWnn\/Sob0oSf4ctpuI27zHmLnLyOfgQ58='; object-src 'self'", "background": { "scripts": [ "background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "app\/a.js" ], "all_frames": true, "run_at": "document_start" } ], "manifest_version": 2, "web_accessible_resources": [] } |