Instagram Comment Picker

Random Instagram Comments Picker for Giveaways and Contests.

Qu'est-ce que Instagram Comment Picker ?

Instagram Comment Picker est une extension Chrome développée par https://comment-picker.com, et sa fonction principale est "Random Instagram Comments Picker for Giveaways and Contests.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Instagram Comment Picker

Téléchargez les fichiers d'extension Instagram Comment 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

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

Informations de Base sur l'Extension

Nom Instagram Comment Picker Instagram Comment Picker
ID iooncalbeihfjphmpijadfcogbnfnlbj
URL Officiel https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj
Description Random Instagram Comments Picker for Giveaways and Contests.
Taille du Fichier 75.47 KB
Nombre d'Installations 787
Version Actuelle 1.0
Dernière Mise à Jour 2021-07-08
Date de Publication 2021-07-08
Évaluation 3.40/5 Total 5 Évaluations
Développeur https://comment-picker.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://comment-picker.com/
URL de la Page d'Aide https://comment-picker.com/contact.php
URL de la Page de Politique de Confidentialité https://comment-picker.com/privacy-policy.php
Langues Prises en Charge 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"
    }
}