Skippy

Skippy is a cool little dude who loves to skip stuff.

什么是Skippy?

Skippy是由ygordanniel开发的Chrome扩展程序,该扩展的主要功能是“Skippy is a cool little dude who loves to skip stuff.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Skippy扩展crx文件

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

扩展使用说明

                        Skippy is a cool assistant for your video streaming platforms. 

- Netflix: skips intros and to next episode when is available and also prevents it from asking that annoying "Are you still watching?";
- PrimeVideo: skips ads, intros and to next episode when is available;
- Youtube: skips ads and close ad banners;                    

扩展基本信息

名称 Skippy Skippy
ID nalcdfokpimbmoibllleafajnjjhnaen
官方URL https://chromewebstore.google.com/detail/skippy/nalcdfokpimbmoibllleafajnjjhnaen
简介 Skippy is a cool little dude who loves to skip stuff.
文件大小 5.83 KB
安装次数 94
当前版本 1.3
更新时间 2019-03-22
上架时间 2019-03-21
评分 5.00/5 共2次评分
开发者 ygordanniel
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skippy",
    "description": "Skippy is a cool little dude who loves to skip stuff.",
    "version": "1.3",
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.primevideo.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}