Youtube Ad Remover

This extension will remove Youtube ads for you.

什麼是Youtube Ad Remover?

Youtube Ad Remover是由kinshuk1911開發的Chrome擴展程式,該擴展的主要功能是“This extension will remove Youtube ads for you.”。

擴展截圖

screenshot

下載Youtube Ad Remover擴展crx文件

下載Youtube Ad Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Youtube ad remover makes Youtube more fun.
This extension aso removes banner ads for you, so all you have to do is just to download this chrome extension and sit back and enjoy youtube videos.

Note: This extension does not remove ads. It just skips ads as soon as their appear and no you don't even need to wait for 5 seconds for the skip ad button to appear.                    

擴展基本資訊

名稱 Youtube Ad Remover Youtube Ad Remover
ID nlmlilggecopcgfjfmhcioahbfoinpaa
官方網址 https://chromewebstore.google.com/detail/youtube-ad-remover/nlmlilggecopcgfjfmhcioahbfoinpaa
簡介 This extension will remove Youtube ads for you.
檔案大小 5.42 KB
安裝次數 533
目前版本 1.1
更新時間 2022-01-12
上架時間 2021-12-15
評分 5.00/5 共 2 次評分
開發者 kinshuk1911
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Remover",
    "version": "1.1",
    "description": "This extension will remove Youtube ads for you.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}