Instagram Comment Picker

Random Instagram Comments Picker for Giveaways and Contests.

什么是Instagram Comment Picker?

Instagram Comment Picker是由https://comment-picker.com开发的Chrome扩展程序,该扩展的主要功能是“Random Instagram Comments Picker for Giveaways and Contests.”。

扩展截图

screenshot

下载Instagram Comment Picker扩展crx文件

下载Instagram Comment Picker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Instagram Comment Picker Instagram Comment Picker
ID iooncalbeihfjphmpijadfcogbnfnlbj
官方URL https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj
简介 Random Instagram Comments Picker for Giveaways and Contests.
文件大小 75.47 KB
安装次数 787
当前版本 1.0
更新时间 2021-07-08
上架时间 2021-07-08
评分 3.40/5 共5次评分
开发者 https://comment-picker.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://comment-picker.com/
帮助页面URL https://comment-picker.com/contact.php
隐私政策页面URL https://comment-picker.com/privacy-policy.php
支持的语言 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"
    }
}