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 |
官方網址 | 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" } } |