Stormgram
Stormgram enables you to put likes much faster on multiple Instagram accounts!
Stormgramとは何ですか?
StormgramはAlessandro Marottaによって開発されたChromeの拡張機能で、その主な機能は「Stormgram enables you to put likes much faster on multiple Instagram accounts!」です。
Stormgram拡張機能のCRXファイルをダウンロード
Stormgram拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } } |