Instagram comment picker

Pick a random winner from the comments of an Instagram post

Cos'è Instagram comment picker?

Instagram comment picker è un'estensione di Chrome sviluppata da jeoenq, e la sua funzione principale è "Pick a random winner from the comments of an Instagram post".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Instagram comment picker

Scarica i file di estensione Instagram comment picker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Instagram Comment Picker is a free giveaway picker tool to select a random name and winner for your Instagram contest or giveaway.then you can save a picture                    

Informazioni di Base sull'Estensione

Nome Instagram comment picker Instagram comment picker
ID lklmblnkmcodofaghikpephlajdokmni
URL Ufficiale https://chrome.google.com/webstore/detail/instagram-comment-picker/lklmblnkmcodofaghikpephlajdokmni
Descrizione Pick a random winner from the comments of an Instagram post
Dimensione del File 272 KB
Conteggio Installazioni 69
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-07-17
Data di Pubblicazione 2022-07-17
Sviluppatore jeoenq
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram comment picker",
    "description": "Pick a random winner from the comments of an Instagram post",
    "version": "1.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "instagram comment picker"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/",
        "https:\/\/i.instagram.com\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}