Multiple Twitter Accounts Switcher for Chrome
Switch between unlimited Twitter accounts on your computer with a single click.
Co to jest Multiple Twitter Accounts Switcher for Chrome?
Multiple Twitter Accounts Switcher for Chrome to rozszerzenie Chrome opracowane przez https://owlead.com, a jego główną funkcją jest „Switch between unlimited Twitter accounts on your computer with a single click.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Multiple Twitter Accounts Switcher for Chrome
Pobierz pliki rozszerzeń Multiple Twitter Accounts Switcher for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Multiple Twitter Accounts Switcher for Chrome |
ID | gajnifmlijakbfmnhnnjplphnehlkfdh |
Oficjalny URL | https://chromewebstore.google.com/detail/multiple-twitter-accounts/gajnifmlijakbfmnhnnjplphnehlkfdh |
Opis | Switch between unlimited Twitter accounts on your computer with a single click. |
Rozmiar pliku | 91.52 KB |
Liczba instalacji | 8,761 |
Aktualna Wersja | 1.0.12 |
Ostatnia Aktualizacja | 2022-05-18 |
Data Publikacji | 2020-05-14 |
Ocena | 2.89/5 Łącznie 37 Oceny |
Deweloper | https://owlead.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://owlead.com/multiple-twitter-accounts/ |
Adres URL Strony Pomocy | https://owlead.com/multiple-twitter-accounts/ |
Adres URL Strony Polityki Prywatności | https://owlead.com/privacy |
Obsługiwane Języki | 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" } ] } |