Youtube Manual AD Remover

Manually remove the youtube ads by pressing the ESC key (or Shift + E).

Youtube Manual AD Removerとは何ですか?

Youtube Manual AD Removerはmountaindullによって開発されたChromeの拡張機能で、その主な機能は「Manually remove the youtube ads by pressing the ESC key (or Shift + E).」です。

拡張機能のスクリーンショット

screenshot
screenshot

Youtube Manual AD Remover拡張機能のCRXファイルをダウンロード

Youtube Manual AD Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension allows you to remove Youtube ads by pressing ESC or Shift + E when playing Youtube videos.
You can remove ads with one click without moving the cursor.
Only Shift + E is valid at full screen.

You cannot use skip shortcut if keyboard shortcut allocation are conflicted.
Please be careful when use with another youtube extensions.                    

拡張機能の基本情報

名前 Youtube Manual AD Remover Youtube Manual AD Remover
ID jfbjbbfpbogjffpkcfmchfgamgioniea
公式URL https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea
説明 Manually remove the youtube ads by pressing the ESC key (or Shift + E).
ファイルサイズ 11.32 KB
インストール数 375
現在のバージョン 1.3.4
最終更新日 2024-01-12
公開日 2022-01-09
評価 5.00/5 合計 1 レビュー
開発者 mountaindull
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Keinsleif/youtube-manual-ad-remover
ヘルプページのURL https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_Name__",
    "version": "1.3.4",
    "description": "__MSG_Description__",
    "default_locale": "en",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "ad-killer.js"
            ]
        }
    ]
}