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
官方網址 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"
    }
}