Instagram comment picker

Pick a random winner from the comments of an Instagram post

Hvad er Instagram comment picker?

Instagram comment picker er en Chrome-udvidelse udviklet af jeoenq, og dens hovedfunktion er "Pick a random winner from the comments of an Instagram post".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Instagram comment picker-udvidelses-CRX-fil

Download Instagram comment picker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Instagram comment picker Instagram comment picker
ID lklmblnkmcodofaghikpephlajdokmni
Officiel URL https://chrome.google.com/webstore/detail/instagram-comment-picker/lklmblnkmcodofaghikpephlajdokmni
Beskrivelse Pick a random winner from the comments of an Instagram post
Filstørrelse 272 KB
Antal Installationer 69
Nuværende Version 1.0.2
Senest Opdateret 2022-07-17
Udgivelsesdato 2022-07-17
Udvikler jeoenq
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}