Video AdBlock for YouTube™ Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.
Video AdBlock for YouTube™ Extensionとは何ですか?
Video AdBlock for YouTube™ ExtensionはThe Creative Joysによって開発されたChromeの拡張機能で、その主な機能は「Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.」です。
拡張機能のスクリーンショット
Video AdBlock for YouTube™ Extension拡張機能のCRXファイルをダウンロード
Video AdBlock for YouTube™ Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* Removes YouTube™ video and text ads.
* Works on all websites that contain a YouTube™ video.
* Also works with YouTube™ Music.
Enjoy ad free videos! 拡張機能の基本情報
| 名前 | |
| ID | lmkjedkhnnhcohninidcejgollmggcjf |
| 公式URL | https://chromewebstore.google.com/detail/video-adblock-for-youtube/lmkjedkhnnhcohninidcejgollmggcjf |
| 説明 | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music. |
| ファイルサイズ | 24.76 KB |
| インストール数 | 11,474 |
| 現在のバージョン | 5.1 |
| 最終更新日 | 2023-12-13 |
| 公開日 | 2020-06-26 |
| 評価 | 4.17/5 合計 81 レビュー |
| 開発者 | The Creative Joys |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://sites.google.com/view/videoadblockforyt/home |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video AdBlock for YouTube\u2122 Extension",
"version": "5.1",
"description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube\u2122 Music.",
"manifest_version": 3,
"icons": {
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"96": "images\/icon96.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "adBlockerBg.js"
},
"action": {
"default_title": "Video AdBlock for YouTube\u2122",
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"js": [
"adBlockerYt.js"
],
"run_at": "document_end"
}
],
"permissions": [
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
" | |