Comment Picker

Random Comments Picker for Giveaways and Contests.

Co to jest Comment Picker?

Comment Picker to rozszerzenie Chrome opracowane przez JahaSoft, a jego główną funkcją jest „Random Comments Picker for Giveaways and Contests.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Comment Picker

Pobierz pliki rozszerzeń Comment Picker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Comment Picker Comment Picker
ID bdjfjaodadioagkajmblldeiaclcpfmc
Oficjalny URL https://chromewebstore.google.com/detail/comment-picker/bdjfjaodadioagkajmblldeiaclcpfmc
Opis Random Comments Picker for Giveaways and Contests.
Rozmiar pliku 155 KB
Liczba instalacji 4,404
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-02-17
Data Publikacji 2022-02-16
Ocena 4.43/5 Łącznie 7 Oceny
Deweloper JahaSoft
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://comment-picker.com/
Adres URL Strony Pomocy https://comment-picker.com/contact.php
Adres URL Strony Polityki Prywatności https://comment-picker.com/privacy-policy.php
Obsługiwane Języki 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"
    }
}