Instagram Picker

Random Instagram comments picker

Instagram Pickerとは何ですか?

Instagram Pickerはhttp://freeigpicker.comによって開発されたChromeの拡張機能で、その主な機能は「Random Instagram comments picker」です。

拡張機能のスクリーンショット

screenshot

Instagram Picker拡張機能のCRXファイルをダウンロード

Instagram Picker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Instagram is free tool to pic random comments from your Instagram posts. This tool is helper plugin for the website https://freeigpicker.com.                    

拡張機能の基本情報

名前 Instagram Picker Instagram Picker
ID pfcekcngocikljgedgknnjcoahdbgekd
公式URL https://chrome.google.com/webstore/detail/instagram-picker/pfcekcngocikljgedgknnjcoahdbgekd
説明 Random Instagram comments picker
ファイルサイズ 60.77 KB
インストール数 7,000
現在のバージョン 1.2
最終更新日 2021-08-25
公開日 2021-07-05
評価 3.88/5 合計 8 レビュー
開発者 http://freeigpicker.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://freeigpicker.com
ヘルプページのURL https://freeigpicker.com
プライバシーポリシーページのURL https://freeigpicker.com/privacy-policy.php
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Picker",
    "description": "Random Instagram comments picker",
    "version": "1.2",
    "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:\/\/freeigpicker.com\/*",
            "https:\/\/wwww.freeigpicker.com\/*"
        ]
    },
    "permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:8000\/*",
                "https:\/\/freeigpicker.com\/*",
                "https:\/\/wwww.freeigpicker.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}