Comment Picker

Random Comments Picker for Giveaways and Contests.

Comment Picker là gì?

Comment Picker là một tiện ích mở rộng Chrome được phát triển bởi JahaSoft, và tính năng chính của nó là "Random Comments Picker for Giveaways and Contests.".

Ả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 Comment Picker

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

                        Comment-Picker Allows You to Pick Comment Winners for Giveaways and Contests that You Can Run on from Your Social Media Account.                    

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

Tên Comment Picker Comment Picker
ID bdjfjaodadioagkajmblldeiaclcpfmc
URL Chính Thức https://chromewebstore.google.com/detail/comment-picker/bdjfjaodadioagkajmblldeiaclcpfmc
Mô tả Random Comments Picker for Giveaways and Contests.
Kích Thước Tệp 155 KB
Số Lần Cài Đặt 4,404
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-02-17
Ngày Phát Hành 2022-02-16
Đánh Giá 4.43/5 Tổng số 7 Đánh Giá
Nhà Phát Triển JahaSoft
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://comment-picker.com/
URL Trang Trợ Giúp https://comment-picker.com/contact.php
URL Trang Chính Sách Bảo Mật https://comment-picker.com/privacy-policy.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comment Picker",
    "description": "Random Comments Picker for Giveaways and Contests.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "presistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "https:\/\/comment-picker.com\/*",
            "https:\/\/www.comment-picker.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:8000\/*",
                "https:\/\/comment-picker.com\/*",
                "https:\/\/www.comment-picker.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}