Instagram Comment Picker

Random Instagram Comments Picker for Giveaways and Contests.

Co to jest Instagram Comment Picker?

Instagram Comment Picker to rozszerzenie Chrome opracowane przez https://comment-picker.com, a jego główną funkcją jest „Random Instagram Comments Picker for Giveaways and Contests.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Instagram Comment Picker

Pobierz pliki rozszerzeń Instagram Comment Picker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Instagram Comment Picker Instagram Comment Picker
ID iooncalbeihfjphmpijadfcogbnfnlbj
Oficjalny URL https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj
Opis Random Instagram Comments Picker for Giveaways and Contests.
Rozmiar pliku 75.47 KB
Liczba instalacji 787
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2021-07-08
Data Publikacji 2021-07-08
Ocena 3.40/5 Łącznie 5 Oceny
Deweloper https://comment-picker.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://comment-picker.com/
Adres URL Strony Pomocy https://comment-picker.com/contact.php
Adres URL Strony Polityki Prywatności https://comment-picker.com/privacy-policy.php
Obsługiwane Języki 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"
    }
}