Instagram Comment Picker

Random Instagram Comments Picker for Giveaways and Contests.

Was ist Instagram Comment Picker?

Instagram Comment Picker ist eine Chrome-Erweiterung, die von https://comment-picker.com entwickelt wurde, und ihr Hauptmerkmal ist "Random Instagram Comments Picker for Giveaways and Contests.".

Erweiterungsscreenshots

screenshot

Instagram Comment Picker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instagram Comment Picker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Instagram Comment Picker Instagram Comment Picker
ID iooncalbeihfjphmpijadfcogbnfnlbj
Offizielle URL https://chrome.google.com/webstore/detail/instagram-comment-picker/iooncalbeihfjphmpijadfcogbnfnlbj
Beschreibung Random Instagram Comments Picker for Giveaways and Contests.
Dateigröße 75.47 KB
Installationsanzahl 787
Aktuelle Version 1.0
Letztes Update 2021-07-08
Veröffentlichungsdatum 2021-07-08
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler https://comment-picker.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://comment-picker.com/
Hilfeseite URL https://comment-picker.com/contact.php
URL der Datenschutzrichtlinien-Seite https://comment-picker.com/privacy-policy.php
Unterstützte Sprachen 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"
    }
}