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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Using websites with multiple accounts at the same time is made easy. Create an independent tab with a click of a button."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MultiLogin एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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 |
ईमेल | [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" } |