Stormgram

Stormgram enables you to put likes much faster on multiple Instagram accounts!

Cos'è Stormgram?

Stormgram è un'estensione di Chrome sviluppata da Alessandro Marotta, e la sua funzione principale è "Stormgram enables you to put likes much faster on multiple Instagram accounts!".

Scarica il file CRX dell'estensione Stormgram

Scarica i file di estensione Stormgram 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

                        Stormgram enables you to put likes much faster on multiple Instagram accounts!
Drop down your Instagram accounts and Stormgram will put like on first post of each account!                    

Informazioni di Base sull'Estensione

Nome Stormgram Stormgram
ID epikaabdghjinijbgcfnmnepjpejjknm
URL Ufficiale https://chrome.google.com/webstore/detail/stormgram/epikaabdghjinijbgcfnmnepjpejjknm
Descrizione Stormgram enables you to put likes much faster on multiple Instagram accounts!
Dimensione del File 19.94 KB
Conteggio Installazioni 30
Versione Corrente 0.9.1
Ultimo Aggiornamento 2017-08-10
Data di Pubblicazione 2017-08-10
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Alessandro Marotta
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/alessandromarotta/stormgram
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stormgram",
    "short_name": "Stormgram",
    "description": "Stormgram enables you to put likes much faster on multiple Instagram accounts!",
    "version": "0.9.1",
    "author": "Alessandro Marotta",
    "icons": {
        "16": "icons\/favicon.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs",
        "notifications",
        "https:\/\/www.instagram.com\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon-action.png",
        "default_popup": "popup.html"
    }
}