Kpop Group Members

A small plugin to help people search for members of K-pop groups.

Kpop Group Members là gì?

Kpop Group Members là một tiện ích mở rộng Chrome được phát triển bởi Hong Duong Dang, và tính năng chính của nó là "A small plugin to help people search for members of K-pop groups.".

Ả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 Kpop Group Members

Tải xuống các tệp mở rộng Kpop Group Members 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

                        Remembering faces and names of a Kpop group's members might be difficult. However, with this extension, it will be easier when you can have the access to the detailed information while watching YouTube. No more "I can't tell them apart"!                    

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

Tên Kpop Group Members Kpop Group Members
ID gmclifohmdiimipaklcoafcgbobmbhpk
URL Chính Thức https://chrome.google.com/webstore/detail/kpop-group-members/gmclifohmdiimipaklcoafcgbobmbhpk
Mô tả A small plugin to help people search for members of K-pop groups.
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-03-15
Ngày Phát Hành 2020-03-15
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Hong Duong Dang
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",
    "manifest_version": 2,
    "name": "Kpop Group Members",
    "version": "0.1",
    "description": "A small plugin to help people search for members of K-pop groups.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}