Youtube Ad Skipper

Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…

什么是Youtube Ad Skipper?

Youtube Ad Skipper是由Zubair Mohsin开发的Chrome扩展程序,该扩展的主要功能是“Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…”。

下载Youtube Ad Skipper扩展crx文件

下载Youtube Ad Skipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)                    

扩展基本信息

名称 Youtube Ad Skipper Youtube Ad Skipper
ID enihkpojbigcklkiniiknjplcfihheca
官方URL https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca
简介 Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
文件大小 44.95 KB
安装次数 663
当前版本 0.1
更新时间 2017-12-22
上架时间 2017-12-22
评分 5.00/5 共4次评分
开发者 Zubair Mohsin
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Ad Skipper",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "skip_16.png",
        "48": "skip_48.png",
        "128": "skip_128.png"
    }
}