Youtube Ad Skipper

Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.

什麼是Youtube Ad Skipper?

Youtube Ad Skipper是由Avinash Sakhreliya開發的Chrome擴展程式,該擴展的主要功能是“Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.”。

擴展截圖

screenshot

下載Youtube Ad Skipper擴展crx文件

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

擴展使用說明

                        New Update: Fix YouTube auto skip ad issue

YouTube Ad Skipper is an add-on for auto skips video ads and close all other ads after website provides a skip ad button. It does not block an ad. So you can now sit on your sofa and watch movie without any interruption.

Currently Supported Websites:

1. YouTube                    

擴展基本資訊

名稱 Youtube Ad Skipper Youtube Ad Skipper
ID cheolhficilobbjkgdinaobglkppmckc
官方網址 https://chromewebstore.google.com/detail/youtube-ad-skipper/cheolhficilobbjkgdinaobglkppmckc
簡介 Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.
檔案大小 39.06 KB
安裝次數 7,810
目前版本 1.0.1
更新時間 2023-11-18
上架時間 2020-03-31
評分 4.00/5 共 20 次評分
開發者 Avinash Sakhreliya
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Skipper",
    "version": "1.0.1",
    "description": "Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skipper.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icon16-disabled.png",
            "48": "icon48-disabled.png",
            "128": "icon128-disabled.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}