WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
multiAccounts - multi accounts for any sites

multiAccounts - multi accounts for any sites

View on Chrome Web Store
View multiAccounts - multi accounts for any sites Chrome Extension on Chrome Web Store
Add to bookmarks
2.7 (6 ratings)
1 new ratings
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Parallel multiple login for any websites. Unlimited number of accounts. Multi profile manager. Export & Import accounts. Open Source
Type
Extension
Users
2,000 users
500
webr*****************
View author page of webr*****************
Published
Published on October 19, 2024
Version 0.0.03
Manifest version
3
Updated
Updated on October 29, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View multiAccounts - multi accounts for any sites Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "123",
    "offline_enabled": true,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "multiAccount",
    "description": "__MSG_extDescription__",
    "version": "0.0.03",
    "author": "WebRail",
    "icons": {
        "16": "icon_24.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_title": "multiAccounts (Alt+Shift+M)",
        "default_popup": "popup\/index.html"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+M",
                "windows": "Alt+Shift+M",
                "mac": "Alt+Shift+M",
                "linux": "Alt+Shift+M"
            }
        }
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "sub_frame_rule",
                "enabled": true,
                "path": "net_request.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "activeTab",
        "cookies",
        "storage",
        "scripting",
        "webRequest"
    ],
    "optional_permissions": [
        "tabGroups"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top