Free IG Picker

Free IG Picker for Giveaways and Contests.

Apa itu Free IG Picker?

Free IG Picker adalah ekstensi Chrome yang dikembangkan oleh https://freeigpicker.com, dan fitur utamanya adalah "Free IG Picker for Giveaways and Contests.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Free IG Picker

Unduh file ekstensi Free IG 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

                        IG 抽獎工具,能夠協助你隨機抽取 IG 貼文留言(公開貼文限定),需搭配我們的網站使用:
https://freeigpicker.com.                    

Informasi Dasar Ekstensi

Nama Free IG Picker Free IG Picker
ID ddchkjcjnopklkfilhefmnichckokmni
URL Resmi https://chromewebstore.google.com/detail/free-ig-picker/ddchkjcjnopklkfilhefmnichckokmni
Deskripsi Free IG Picker for Giveaways and Contests.
Ukuran File 155 KB
Jumlah Instalasi 9,200
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-06-16
Tanggal Publikasi 2022-06-16
Penilaian 3.38/5 Total 8 Penilaian
Pengembang https://freeigpicker.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://freeigpicker.com/
URL Halaman Bantuan https://freeigpicker.com/contact.php
URL Halaman Kebijakan Privasi https://freeigpicker.com/privacy-policy.php
Bahasa yang Didukung zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free IG Picker",
    "description": "Free IG Picker for Giveaways and Contests.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "presistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8000\/*",
            "https:\/\/freeigpicker.com\/*",
            "https:\/\/freeigpicker.com\/*"
        ]
    },
    "host_permissions": [
        "https:\/\/*.instagram.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:8000\/*",
                "https:\/\/freeigpicker.com\/*",
                "https:\/\/freeigpicker.com\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}