Instagram comment picker

Pick a random winner from the comments of an Instagram post

Was ist Instagram comment picker?

Instagram comment picker ist eine Chrome-Erweiterung, die von jeoenq entwickelt wurde, und ihr Hauptmerkmal ist "Pick a random winner from the comments of an Instagram post".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Instagram comment picker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instagram comment picker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Instagram comment picker Instagram comment picker
ID lklmblnkmcodofaghikpephlajdokmni
Offizielle URL https://chrome.google.com/webstore/detail/instagram-comment-picker/lklmblnkmcodofaghikpephlajdokmni
Beschreibung Pick a random winner from the comments of an Instagram post
Dateigröße 272 KB
Installationsanzahl 69
Aktuelle Version 1.0.2
Letztes Update 2022-07-17
Veröffentlichungsdatum 2022-07-17
Entwickler jeoenq
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}