Comment Picker

Random Comments Picker for Giveaways and Contests.

Was ist Comment Picker?

Comment Picker ist eine Chrome-Erweiterung, die von JahaSoft entwickelt wurde, und ihr Hauptmerkmal ist "Random Comments Picker for Giveaways and Contests.".

Erweiterungsscreenshots

screenshot

Comment Picker-Erweiterungs-CRX-Datei herunterladen

Laden Sie 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

                        Comment-Picker Allows You to Pick Comment Winners for Giveaways and Contests that You Can Run on from Your Social Media Account.                    

Grundlegende Informationen zur Erweiterung

Name Comment Picker Comment Picker
ID bdjfjaodadioagkajmblldeiaclcpfmc
Offizielle URL https://chromewebstore.google.com/detail/comment-picker/bdjfjaodadioagkajmblldeiaclcpfmc
Beschreibung Random Comments Picker for Giveaways and Contests.
Dateigröße 155 KB
Installationsanzahl 4,404
Aktuelle Version 1.0
Letztes Update 2022-02-17
Veröffentlichungsdatum 2022-02-16
Bewertung 4.43/5 Insgesamt 7 Bewertungen
Entwickler JahaSoft
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
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comment Picker",
    "description": "Random Comments 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:\/\/comment-picker.com\/*",
            "https:\/\/www.comment-picker.com\/*"
        ]
    },
    "host_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"
    }
}