Adblock for Youtube™
Reliable adblocker of video ads for Youtube™
什麼是Adblock for Youtube™?
Adblock for Youtube™是由https://youtubeadblock.net開發的Chrome擴展程式,該擴展的主要功能是“Reliable adblocker of video ads for Youtube™”。
擴展截圖
下載Adblock for Youtube™擴展crx文件
下載Adblock for Youtube™擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Adblock for Youtube™ is an ad blocking browser extension which blocks all ads on Youtube™. This allows users to prevent the display of page elements such as advertisements. Banners, commercials, or even commercials that you usually see before videos on Youtube are blocked by the extension. Save your time by stopping these useless advertisements. Features: + Blocks ads, banner and popups + Adblock on external sites which load Youtube + Prevent pre roll ads from loading on Youtube + Loads videos and YouTube website faster. The technology is based on adblocking filter lists which blocks external ad urls on Youtube. blocks outside advertisement urls on Youtube. We change nothing on the actual site. Adblock for Youtube boosts the performance to load websites (without ads and tracking) It is free! Disclaimer: Adblock for Youtube™ is not an official plugin. Youtube™ is a trademark of YouTube LLC
擴展基本資訊
名稱 | Adblock for Youtube™ |
ID | ijelnahiojlfbmiihbmgkaldffppfelp |
官方網址 | https://chromewebstore.google.com/detail/adblock-for-youtube/ijelnahiojlfbmiihbmgkaldffppfelp |
簡介 | Reliable adblocker of video ads for Youtube™ |
檔案大小 | 47.68 KB |
安裝次數 | 289,469 |
目前版本 | 1.2.52 |
更新時間 | 2023-12-08 |
上架時間 | 2019-05-21 |
評分 | 3.91/5 共 268 次評分 |
開發者 | https://youtubeadblock.net |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://browser-extensions.club/ru/privacy-policy |
支援的語言 | 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", "background": { "scripts": [ "superagent.js", "background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "styles.css" ], "js": [ "Foreground.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "name": "__MSG_appName__", "permissions": [ "webRequest", "webRequestBlocking", "storage", "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.2.52" } |