Instagram Comment Picker

Random Instagram Comments Picker for Giveaways and Contests.

¿Qué es Instagram Comment Picker?

Instagram Comment Picker es una extensión de Chrome desarrollada por https://comment-picker.com, y su función principal es "Random Instagram Comments Picker for Giveaways and Contests.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Instagram Comment Picker

Descarga archivos de extensión Instagram Comment Picker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Instagram Comment Picker Instagram Comment Picker
ID iooncalbeihfjphmpijadfcogbnfnlbj
URL Oficial https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj
Descripción Random Instagram Comments Picker for Giveaways and Contests.
Tamaño del Archivo 75.47 KB
Cantidad de Instalaciones 787
Versión Actual 1.0
Última Actualización 2021-07-08
Fecha de Publicación 2021-07-08
Calificación 3.40/5 Total de 5 Calificaciones
Desarrollador https://comment-picker.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://comment-picker.com/
URL de la Página de Ayuda https://comment-picker.com/contact.php
URL de la Página de Política de Privacidad https://comment-picker.com/privacy-policy.php
Idiomas Soportados 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"
    }
}