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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}