Instagram Picker

Random Instagram comments picker

What is Instagram Picker?

Instagram Picker is a Chrome extension developed by http://freeigpicker.com, and its main feature is "Random Instagram comments picker".

Extension Screenshots

screenshot

Download Instagram Picker Extension CRX File

Download Instagram Picker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Instagram Picker Instagram Picker
ID pfcekcngocikljgedgknnjcoahdbgekd
Official URL https://chrome.google.com/webstore/detail/instagram-picker/pfcekcngocikljgedgknnjcoahdbgekd
Description Random Instagram comments picker
File Size 60.77 KB
Installation Count 7,000
Current Version 1.2
Last Updated 2021-08-25
Publish Date 2021-07-05
Rating 3.88/5 Total 8 Ratings
Developer http://freeigpicker.com
Email [email protected]
Payment Type free
Extension Website https://freeigpicker.com
Help Page URL https://freeigpicker.com
Privacy Policy Page URL https://freeigpicker.com/privacy-policy.php
Supported Languages 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"
    }
}