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?
Multiple Instagram Accounts Switcher是由http://owlead.com開發的Chrome擴展程式,該擴展的主要功能是“Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.…”。
擴展截圖
下載Multiple Instagram Accounts Switcher擴展crx文件
下載Multiple Instagram Accounts Switcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | paagpgpgiddhamgkfhbkmfakdpheloak |
官方網址 | https://chrome.google.com/webstore/detail/multiple-instagram-accoun/paagpgpgiddhamgkfhbkmfakdpheloak |
簡介 | Multiple Instagram Accounts Switcher (MIA) is a free extension to switch between multiple logged in Instagram accounts, seamlessly.… |
檔案大小 | 94.35 KB |
安裝次數 | 1,497 |
目前版本 | 1.0.2 |
更新時間 | 2020-11-03 |
上架時間 | 2020-07-28 |
評分 | 3.00/5 共 4 次評分 |
開發者 | http://owlead.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://owlead.com/multiple-instagram-accounts-switcher/ |
說明頁面URL | https://owlead.com/help/ |
隱私政策頁面URL | https://owlead.com/privacy |
支援的語言 | 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" } ] } |