Stormgram

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

Was ist Stormgram?

Stormgram ist eine Chrome-Erweiterung, die von Alessandro Marotta entwickelt wurde, und ihr Hauptmerkmal ist "Stormgram enables you to put likes much faster on multiple Instagram accounts!".

Stormgram-Erweiterungs-CRX-Datei herunterladen

Laden Sie Stormgram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Stormgram Stormgram
ID epikaabdghjinijbgcfnmnepjpejjknm
Offizielle URL https://chrome.google.com/webstore/detail/stormgram/epikaabdghjinijbgcfnmnepjpejjknm
Beschreibung Stormgram enables you to put likes much faster on multiple Instagram accounts!
Dateigröße 19.94 KB
Installationsanzahl 30
Aktuelle Version 0.9.1
Letztes Update 2017-08-10
Veröffentlichungsdatum 2017-08-10
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler Alessandro Marotta
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/alessandromarotta/stormgram
Unterstützte Sprachen 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"
    }
}