Multiple Instagram Accounts Switcher
Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…
Multiple Instagram Accounts Switcher là gì?
Multiple Instagram Accounts Switcher là một tiện ích mở rộng Chrome được phát triển bởi http://owlead.com, và tính năng chính của nó là "Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Multiple Instagram Accounts Switcher
Tải xuống các tệp mở rộng Multiple Instagram Accounts Switcher 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
Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly. Install the extension, log in on your Instagram accounts, and switch with a click. Add and switch multiple Instagram accounts on Chrome, from your desktop or laptop. Save time preventing going back and forth login in and login out from Instagram. Switch to different Instagram accounts on your computer has never been so simple. Log in once and manage multiple Instagram accounts effortlessly. Questions, comments or suggestions: [email protected] More social media management resources: - Multiple Twitter Accounts Extension (https://chrome.google.com/webstore/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh) - Twitter Growth Service - (https://owlead.com) Cheers!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | paagpgpgiddhamgkfhbkmfakdpheloak |
URL Chính Thức | https://chrome.google.com/webstore/detail/multiple-instagram-accoun/paagpgpgiddhamgkfhbkmfakdpheloak |
Mô tả | Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.… |
Kích Thước Tệp | 94.35 KB |
Số Lần Cài Đặt | 1,497 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2020-11-03 |
Ngày Phát Hành | 2020-07-28 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://owlead.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://owlead.com/multiple-instagram-accounts-switcher/ |
URL Trang Trợ Giúp | https://owlead.com/help/ |
URL Trang Chính Sách Bảo Mật | https://owlead.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multiple Instagram Accounts Switcher", "version": "1.0.2", "description": "", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "cookies", "https:\/\/instagram.com\/", "https:\/\/www.instagram.com\/" ], "browser_action": { "default_popup": "window.html" }, "background": { "scripts": [ "js\/util.js", "js\/background.js" ], "persistent": false }, "icons": { "128": "img\/icon.png" }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/util.js", "js\/content.js" ], "matches": [ "https:\/\/instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "run_at": "document_end" } ] } |