Instagram comment picker

Pick a random winner from the comments of an Instagram post

Apa itu Instagram comment picker?

Instagram comment picker adalah ekstensi Chrome yang dikembangkan oleh jeoenq, dan fitur utamanya adalah "Pick a random winner from the comments of an Instagram post".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Instagram comment picker

Unduh file ekstensi Instagram comment picker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Instagram comment picker Instagram comment picker
ID lklmblnkmcodofaghikpephlajdokmni
URL Resmi https://chrome.google.com/webstore/detail/instagram-comment-picker/lklmblnkmcodofaghikpephlajdokmni
Deskripsi Pick a random winner from the comments of an Instagram post
Ukuran File 272 KB
Jumlah Instalasi 69
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2022-07-17
Tanggal Publikasi 2022-07-17
Pengembang jeoenq
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}