Stormgram

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

Wat is Stormgram?

Stormgram is een Chrome-extensie ontwikkeld door Alessandro Marotta, en de belangrijkste functie is "Stormgram enables you to put likes much faster on multiple Instagram accounts!".

Download het CRX-bestand van de extensie Stormgram

Download Stormgram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Stormgram Stormgram
ID epikaabdghjinijbgcfnmnepjpejjknm
Officiële URL https://chrome.google.com/webstore/detail/stormgram/epikaabdghjinijbgcfnmnepjpejjknm
Beschrijving Stormgram enables you to put likes much faster on multiple Instagram accounts!
Bestandsgrootte 19.94 KB
Aantal Installaties 30
Huidige Versie 0.9.1
Laatst Bijgewerkt 2017-08-10
Publicatiedatum 2017-08-10
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Alessandro Marotta
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/alessandromarotta/stormgram
Ondersteunde Talen 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"
    }
}