Comment Picker

Random Comments Picker for Giveaways and Contests.

Cos'è Comment Picker?

Comment Picker è un'estensione di Chrome sviluppata da JahaSoft, e la sua funzione principale è "Random Comments Picker for Giveaways and Contests.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Comment Picker

Scarica i file di estensione Comment Picker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Comment Picker Comment Picker
ID bdjfjaodadioagkajmblldeiaclcpfmc
URL Ufficiale https://chromewebstore.google.com/detail/comment-picker/bdjfjaodadioagkajmblldeiaclcpfmc
Descrizione Random Comments Picker for Giveaways and Contests.
Dimensione del File 155 KB
Conteggio Installazioni 4,404
Versione Corrente 1.0
Ultimo Aggiornamento 2022-02-17
Data di Pubblicazione 2022-02-16
Valutazione 4.43/5 Totale 7 Valutazioni
Sviluppatore JahaSoft
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://comment-picker.com/
URL della Pagina di Aiuto https://comment-picker.com/contact.php
URL della Pagina della Politica sulla Privacy https://comment-picker.com/privacy-policy.php
Lingue Supportate 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"
    }
}