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
官方網址 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"
            ]
        }
    ]
}