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 |
公式URL | 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 |
Eメール | [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 } |