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
Eメール [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"
            ]
        }
    ]
}