Instagram Picker

Random Instagram comments picker

Co je Instagram Picker?

Instagram Picker je rozšíření Chrome vyvinuté http://freeigpicker.com, a jeho hlavní funkcí je „Random Instagram comments picker“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Instagram Picker

Stáhněte si soubory rozšíření Instagram Picker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Instagram Picker Instagram Picker
ID pfcekcngocikljgedgknnjcoahdbgekd
Oficiální URL https://chrome.google.com/webstore/detail/instagram-picker/pfcekcngocikljgedgknnjcoahdbgekd
Popis Random Instagram comments picker
Velikost souboru 60.77 KB
Počet instalací 7,000
Aktuální Verze 1.2
Poslední Aktualizace 2021-08-25
Datum Vydání 2021-07-05
Hodnocení 3.88/5 Celkem 8 Hodnocení
Vývojář http://freeigpicker.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://freeigpicker.com
URL Stránky Nápovědy https://freeigpicker.com
URL Stránky Zásad Ochrany Soukromí https://freeigpicker.com/privacy-policy.php
Podporované Jazyky 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"
    }
}