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 là gì?

Disney plus intro skipper là một tiện ích mở rộng Chrome được phát triển bởi lork6, và tính năng chính của nó là "skips intro Disney plus intro if does not work sorry for that but i wont fix it :)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disney plus intro skipper

Tải xuống các tệp mở rộng Disney plus intro skipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Disney plus intro skipper Disney plus intro skipper
ID eagfmcaogjlblkinepdnkipedhbladjj
URL Chính Thức https://chromewebstore.google.com/detail/disney-plus-intro-skipper/eagfmcaogjlblkinepdnkipedhbladjj
Mô tả skips intro Disney plus intro if does not work sorry for that but i wont fix it :)
Kích Thước Tệp 3.21 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-06-22
Ngày Phát Hành 2022-06-21
Nhà Phát Triển lork6
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}