MultiLogin

Using websites with multiple accounts at the same time is made easy. Create an independent tab with a click of a button.

什麼是MultiLogin?

MultiLogin是由https://multilogin.top開發的Chrome擴展程式,該擴展的主要功能是“Using websites with multiple accounts at the same time is made easy. Create an independent tab with a click of a button.”。

擴展截圖

screenshot
screenshot

下載MultiLogin擴展crx文件

下載MultiLogin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This plugin makes it very easy to use multiple accounts on the same site at the same time. Simply click on the plugin icon and go to the site in the created tab of the browser. Reliably works in facebook, tweeter, instagram and other social networks. The plugin is safe to use, your data is not sent anywhere. After the browser is closed, the data is deleted.

P.S. Plugin does not work correctly in google services

1.0.10 - fixed bug in 72 Chrome version
1.0.14 - fixed bug in 80 Chrome version
1.0.17 - fixed bug in 87 Chrome version
1.0.19 - fixed error in gmail
1.0.25 - change tab image check url                    

擴展基本資訊

名稱 MultiLogin MultiLogin
ID ijfgglilaeakmoilplpcjcgjaoleopfi
官方網址 https://chromewebstore.google.com/detail/multilogin/ijfgglilaeakmoilplpcjcgjaoleopfi
簡介 Using websites with multiple accounts at the same time is made easy. Create an independent tab with a click of a button.
檔案大小 23.4 KB
安裝次數 103,698
目前版本 1.0.26
更新時間 2022-03-30
上架時間 2020-04-23
評分 4.65/5 共 926 次評分
開發者 https://multilogin.top
電子郵箱 [email protected]
付費類型 free
擴展官網 https://multilogin.top
說明頁面URL https://multilogin.top/support/
隱私政策頁面URL https://multilogin.top/privacy-policy.php
支援的語言 de,en,fr,es,ru,ja
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "New unique Tab"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "MultiLogin",
    "permissions": [
        "contextMenus",
        "cookies",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "webNavigation"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "version": "1.0.26"
}