Instagram Giveaway Picker | VerifyShare

Random picker of winners for an Instagram Giveaway by comments and likes

Cos'è Instagram Giveaway Picker | VerifyShare?

Instagram Giveaway Picker | VerifyShare è un'estensione di Chrome sviluppata da http://verifyshare.com, e la sua funzione principale è "Random picker of winners for an Instagram Giveaway by comments and likes".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Instagram Giveaway Picker | VerifyShare

Scarica i file di estensione Instagram Giveaway Picker | VerifyShare 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

                        Quick launch of the VerifyShare service with your contest post on Instagram. The service allows you to collect comments and likes, check subscriptions, friend mentions, reposts, and select winners randomly.                    

Informazioni di Base sull'Estensione

Nome Instagram Giveaway Picker | VerifyShare Instagram Giveaway Picker | VerifyShare
ID hlgakfcnjogphagfojjnhipdlmkkafga
URL Ufficiale https://chrome.google.com/webstore/detail/instagram-giveaway-picker/hlgakfcnjogphagfojjnhipdlmkkafga
Descrizione Random picker of winners for an Instagram Giveaway by comments and likes
Dimensione del File 47.48 KB
Conteggio Installazioni 808
Versione Corrente 1.0.1
Ultimo Aggiornamento 2021-02-05
Data di Pubblicazione 2021-01-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://verifyshare.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instagram Giveaway Picker | VerifyShare",
    "description": "Random picker of winners for an Instagram Giveaway by comments and likes",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}