Disney plus intro skipper

skips intro Disney plus intro if does not work sorry for that but i wont fix it :)

什么是Disney plus intro skipper?

Disney plus intro skipper是由lork6开发的Chrome扩展程序,该扩展的主要功能是“skips intro Disney plus intro if does not work sorry for that but i wont fix it :)”。

扩展截图

screenshot
screenshot

下载Disney plus intro skipper扩展crx文件

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

扩展使用说明

                        Skips intro in Disney plus by clicking the skip intro button. The extension works in the background so you dont have to do anything. The extension works only on disney plus.                    

扩展基本信息

名称 Disney plus intro skipper Disney plus intro skipper
ID eagfmcaogjlblkinepdnkipedhbladjj
官方URL https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj
简介 skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
文件大小 3.21 KB
安装次数 40
当前版本 1.3
更新时间 2022-06-22
上架时间 2022-06-21
开发者 lork6
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disney plus intro skipper",
    "description": "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)",
    "version": "1.3",
    "manifest_version": 3,
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.disneyplus.com\/*\/video\/*",
                "https:\/\/www.disneyplus.com\/video\/*"
            ],
            "js": [
                "disney.js"
            ]
        }
    ]
}