Stormgram
Stormgram enables you to put likes much faster on multiple Instagram accounts!
Stormgram là gì?
Stormgram là một tiện ích mở rộng Chrome được phát triển bởi Alessandro Marotta, và tính năng chính của nó là "Stormgram enables you to put likes much faster on multiple Instagram accounts!".
Tải xuống tệp CRX của tiện ích mở rộng Stormgram
Tải xuống các tệp mở rộng Stormgram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | epikaabdghjinijbgcfnmnepjpejjknm |
URL Chính Thức | https://chrome.google.com/webstore/detail/stormgram/epikaabdghjinijbgcfnmnepjpejjknm |
Mô tả | Stormgram enables you to put likes much faster on multiple Instagram accounts! |
Kích Thước Tệp | 19.94 KB |
Số Lần Cài Đặt | 30 |
Phiên Bản Hiện Tại | 0.9.1 |
Cập Nhật Lần Cuối | 2017-08-10 |
Ngày Phát Hành | 2017-08-10 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Alessandro Marotta |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/alessandromarotta/stormgram |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |