MultiLogin
Using websites with multiple accounts at the same time is made easy. Create an independent tab with a click of a button.
O que é MultiLogin?
MultiLogin é uma extensão do Chrome desenvolvida por https://multilogin.top, e sua principal característica é "Using websites with multiple accounts at the same time is made easy. Create an independent tab with a click of a button.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MultiLogin
Baixe arquivos de extensão MultiLogin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | MultiLogin |
ID | ijfgglilaeakmoilplpcjcgjaoleopfi |
URL Oficial | https://chromewebstore.google.com/detail/multilogin/ijfgglilaeakmoilplpcjcgjaoleopfi |
Descrição | Using websites with multiple accounts at the same time is made easy. Create an independent tab with a click of a button. |
Tamanho do Arquivo | 23.4 KB |
Contagem de Instalações | 103,698 |
Versão Atual | 1.0.26 |
Última Atualização | 2022-03-30 |
Data de Publicação | 2020-04-23 |
Classificação | 4.65/5 Total de 926 Avaliações |
Desenvolvedor | https://multilogin.top |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://multilogin.top |
URL da Página de Ajuda | https://multilogin.top/support/ |
URL da Página de Política de Privacidade | https://multilogin.top/privacy-policy.php |
Idiomas Suportados | 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" } |