Free IG Picker

Free IG Picker for Giveaways and Contests.

Cos'è Free IG Picker?

Free IG Picker è un'estensione di Chrome sviluppata da https://freeigpicker.com, e la sua funzione principale è "Free IG Picker for Giveaways and Contests.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Free IG Picker

Scarica i file di estensione Free IG Picker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Free IG Picker Free IG Picker
ID ddchkjcjnopklkfilhefmnichckokmni
URL Ufficiale https://chromewebstore.google.com/detail/free-ig-picker/ddchkjcjnopklkfilhefmnichckokmni
Descrizione Free IG Picker for Giveaways and Contests.
Dimensione del File 155 KB
Conteggio Installazioni 9,200
Versione Corrente 1.0
Ultimo Aggiornamento 2022-06-16
Data di Pubblicazione 2022-06-16
Valutazione 3.38/5 Totale 8 Valutazioni
Sviluppatore https://freeigpicker.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://freeigpicker.com/
URL della Pagina di Aiuto https://freeigpicker.com/contact.php
URL della Pagina della Politica sulla Privacy https://freeigpicker.com/privacy-policy.php
Lingue Supportate 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"
    }
}