Instagram Comment Picker

Random Instagram Comments Picker for Giveaways and Contests.

Instagram Comment Picker là gì?

Instagram Comment Picker là một tiện ích mở rộng Chrome được phát triển bởi https://comment-picker.com, và tính năng chính của nó là "Random Instagram 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 Instagram Comment Picker

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

                        Create your free Instagram Giveaways and contests online for free. Pick a random winner from your Instagram photos and videos with comment-picker.                    

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

Tên Instagram Comment Picker Instagram Comment Picker
ID iooncalbeihfjphmpijadfcogbnfnlbj
URL Chính Thức https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj
Mô tả Random Instagram Comments Picker for Giveaways and Contests.
Kích Thước Tệp 75.47 KB
Số Lần Cài Đặt 787
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2021-07-08
Ngày Phát Hành 2021-07-08
Đánh Giá 3.40/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://comment-picker.com
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-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Comment Picker",
    "description": "Random Instagram Comments Picker for Giveaways and Contests.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "service_worker": "background.js",
        "presistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "https:\/\/comment-picker.com\/*",
            "https:\/\/www.comment-picker.com\/*"
        ]
    },
    "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"
    }
}