Multiple Twitter Accounts Switcher for Chrome
Switch between unlimited Twitter accounts on your computer with a single click.
Multiple Twitter Accounts Switcher for Chrome क्या है?
Multiple Twitter Accounts Switcher for Chrome https://owlead.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Switch between unlimited Twitter accounts on your computer with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Multiple Twitter Accounts Switcher for Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Multiple Twitter Accounts for Chrome is an extension to switch between multiple logged in Twitter accounts seamlessly. Install the extension, log in on your Twitter accounts and switch when you need it effortlessly. Add as many Twitter accounts as you want on Chrome from your desktop or laptop. Save time preventing going back and forth login in and login out from Twitter. Log in once and manage multiple Twitter accounts. More social media management resources: - Multiple Instagram Accounts Extension (https://chrome.google.com/webstore/detail/multiple-instagram-accoun/paagpgpgiddhamgkfhbkmfakdpheloak) - Twitter Growth Service (https://owlead.com) - Instagram Growth Service (https://owligram.com) Cheers!
एक्सटेंशन की मूल जानकारी
नाम | Multiple Twitter Accounts Switcher for Chrome |
ID | gajnifmlijakbfmnhnnjplphnehlkfdh |
आधिकारिक URL | https://chromewebstore.google.com/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh |
विवरण | Switch between unlimited Twitter accounts on your computer with a single click. |
फ़ाइल का आकार | 91.52 KB |
स्थापना संख्या | 8,761 |
वर्तमान संस्करण | 1.0.12 |
अंतिम अपडेट | 2022-05-18 |
प्रकाशन तिथि | 2020-05-14 |
रेटिंग | 2.89/5 कुल 37 रेटिंग्स |
डेवलपर | https://owlead.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://owlead.com/multiple-twitter-accounts/ |
सहायता पृष्ठ URL | https://owlead.com/multiple-twitter-accounts/ |
गोपनीयता नीति पृष्ठ URL | https://owlead.com/privacy |
समर्थित भाषाएँ | en,es,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.12", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "cookies", "https:\/\/twitter.com\/" ], "browser_action": { "default_popup": "window.html" }, "background": { "scripts": [ "js\/util.js", "js\/background.js" ], "persistent": false }, "icons": { "128": "img\/icon.png" }, "content_scripts": [ { "css": [ "css\/styles.css" ], "js": [ "js\/jquery-3.3.1.min.js", "js\/content.js" ], "matches": [ "https:\/\/twitter.com\/*" ], "run_at": "document_end" } ] } |