Stormgram

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

Co je Stormgram?

Stormgram je rozšíření Chrome vyvinuté Alessandro Marotta, a jeho hlavní funkcí je „Stormgram enables you to put likes much faster on multiple Instagram accounts!“.

Stáhnout soubor CRX rozšíření Stormgram

Stáhněte si soubory rozšíření Stormgram ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Stormgram Stormgram
ID epikaabdghjinijbgcfnmnepjpejjknm
Oficiální URL https://chrome.google.com/webstore/detail/stormgram/epikaabdghjinijbgcfnmnepjpejjknm
Popis Stormgram enables you to put likes much faster on multiple Instagram accounts!
Velikost souboru 19.94 KB
Počet instalací 30
Aktuální Verze 0.9.1
Poslední Aktualizace 2017-08-10
Datum Vydání 2017-08-10
Hodnocení 1.00/5 Celkem 1 Hodnocení
Vývojář Alessandro Marotta
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/alessandromarotta/stormgram
Podporované Jazyky 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"
    }
}