Stormgram
Stormgram enables you to put likes much faster on multiple Instagram accounts!
What is Stormgram?
Stormgram is a Chrome extension developed by Alessandro Marotta, and its main feature is "Stormgram enables you to put likes much faster on multiple Instagram accounts!".
Download Stormgram Extension CRX File
Download Stormgram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | epikaabdghjinijbgcfnmnepjpejjknm |
Official URL | https://chrome.google.com/webstore/detail/stormgram/epikaabdghjinijbgcfnmnepjpejjknm |
Description | Stormgram enables you to put likes much faster on multiple Instagram accounts! |
File Size | 19.94 KB |
Installation Count | 30 |
Current Version | 0.9.1 |
Last Updated | 2017-08-10 |
Publish Date | 2017-08-10 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Alessandro Marotta |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/alessandromarotta/stormgram |
Supported Languages | 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" } } |