My hit kinoplayer app

Attaches a video player to an item with kinopoisk_id

My hit kinoplayer app là gì?

My hit kinoplayer app là một tiện ích mở rộng Chrome được phát triển bởi Alex, và tính năng chính của nó là "Attaches a video player to an item with kinopoisk_id".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng My hit kinoplayer app

Tải xuống các tệp mở rộng My hit kinoplayer app 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

                        Attaches a video player(https://kinoplayer.top) to a HTML element with attribute `data-kinopoisk`  with kinopoisk_id as value for shows trailer                    

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

Tên My hit kinoplayer app My hit kinoplayer app
ID bfofhlkbkikhaepkekjobdedfkmpnpmn
URL Chính Thức https://chrome.google.com/webstore/detail/my-hit-kinoplayer-app/bfofhlkbkikhaepkekjobdedfkmpnpmn
Mô tả Attaches a video player to an item with kinopoisk_id
Kích Thước Tệp 8.4 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-01-01
Ngày Phát Hành 2021-01-01
Nhà Phát Triển Alex
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My hit kinoplayer app",
    "description": "Attaches a video player to an item with kinopoisk_id",
    "version": "1.0",
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/my-hit.top\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}