YouTube lightweight AdBlock
The best perfomance and lightweight Youtube Ads remove extension
什麼是YouTube lightweight AdBlock?
YouTube lightweight AdBlock是由Ilya Koz開發的Chrome擴展程式,該擴展的主要功能是“The best perfomance and lightweight Youtube Ads remove extension”。
擴展截圖
下載YouTube lightweight AdBlock擴展crx文件
下載YouTube lightweight AdBlock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Removing is-stream videos from youtube.com
擴展基本資訊
名稱 | |
ID | iedeabnadclhncepibdpflejlfdnfbkk |
官方網址 | https://chrome.google.com/webstore/detail/youtube-lightweight-adblo/iedeabnadclhncepibdpflejlfdnfbkk |
簡介 | The best perfomance and lightweight Youtube Ads remove extension |
檔案大小 | 4.36 KB |
安裝次數 | 107 |
目前版本 | 1.0 |
更新時間 | 2021-03-17 |
上架時間 | 2021-03-17 |
開發者 | Ilya Koz |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube lightweight AdBlock", "version": "1.0", "description": "The best perfomance and lightweight Youtube Ads remove extension", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "youtube.css" ], "js": [ "youtube.js" ] } ], "manifest_version": 2 } |