Instagram Comment Picker

Random Instagram Comments Picker for Giveaways and Contests.

Apa itu Instagram Comment Picker?

Instagram Comment Picker adalah ekstensi Chrome yang dikembangkan oleh https://comment-picker.com, dan fitur utamanya adalah "Random Instagram Comments Picker for Giveaways and Contests.".

Screenshot Ekstensi

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

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

Informasi Dasar Ekstensi

Nama Instagram Comment Picker Instagram Comment Picker
ID iooncalbeihfjphmpijadfcogbnfnlbj
URL Resmi https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj
Deskripsi Random Instagram Comments Picker for Giveaways and Contests.
Ukuran File 75.47 KB
Jumlah Instalasi 787
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-07-08
Tanggal Publikasi 2021-07-08
Penilaian 3.40/5 Total 5 Penilaian
Pengembang https://comment-picker.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://comment-picker.com/
URL Halaman Bantuan https://comment-picker.com/contact.php
URL Halaman Kebijakan Privasi https://comment-picker.com/privacy-policy.php
Bahasa yang Didukung 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"
    }
}