Stormgram

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

Stormgram क्या है?

Stormgram Alessandro Marotta द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stormgram enables you to put likes much faster on multiple Instagram accounts!"।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stormgram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Stormgram Stormgram
ID epikaabdghjinijbgcfnmnepjpejjknm
आधिकारिक URL https://chrome.google.com/webstore/detail/stormgram/epikaabdghjinijbgcfnmnepjpejjknm
विवरण Stormgram enables you to put likes much faster on multiple Instagram accounts!
फ़ाइल का आकार 19.94 KB
स्थापना संख्या 30
वर्तमान संस्करण 0.9.1
अंतिम अपडेट 2017-08-10
प्रकाशन तिथि 2017-08-10
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Alessandro Marotta
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/alessandromarotta/stormgram
समर्थित भाषाएँ 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"
    }
}