Free IG Picker

Free IG Picker for Giveaways and Contests.

Qu'est-ce que Free IG Picker ?

Free IG Picker est une extension Chrome développée par https://freeigpicker.com, et sa fonction principale est "Free IG Picker for Giveaways and Contests.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Free IG Picker

Téléchargez les fichiers d'extension Free IG Picker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Free IG Picker Free IG Picker
ID ddchkjcjnopklkfilhefmnichckokmni
URL Officiel https://chromewebstore.google.com/detail/free-ig-picker/ddchkjcjnopklkfilhefmnichckokmni
Description Free IG Picker for Giveaways and Contests.
Taille du Fichier 155 KB
Nombre d'Installations 9,200
Version Actuelle 1.0
Dernière Mise à Jour 2022-06-16
Date de Publication 2022-06-16
Évaluation 3.38/5 Total 8 Évaluations
Développeur https://freeigpicker.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://freeigpicker.com/
URL de la Page d'Aide https://freeigpicker.com/contact.php
URL de la Page de Politique de Confidentialité https://freeigpicker.com/privacy-policy.php
Langues Prises en Charge 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"
    }
}