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.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| ID | ijfgglilaeakmoilplpcjcgjaoleopfi |
| 公式URL | 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 |
| Eメール | [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"
} | |