LJ Account Juggler
This addon lets users easily switch between accounts on LiveJournal-based websites.
Co to jest LJ Account Juggler?
LJ Account Juggler to rozszerzenie Chrome opracowane przez rushin.doll, a jego główną funkcją jest „This addon lets users easily switch between accounts on LiveJournal-based websites.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LJ Account Juggler
Pobierz pliki rozszerzeń LJ Account Juggler 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
LJ Juggler is a simple tool designed to allow you to rapidly switch which LiveJournal (or LiveJournal derivative) user you are logged in as. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jpfnihbghaikdicpdiciecbbdoegcfhc |
| Oficjalny URL | https://chromewebstore.google.com/detail/lj-account-juggler/jpfnihbghaikdicpdiciecbbdoegcfhc |
| Opis | This addon lets users easily switch between accounts on LiveJournal-based websites. |
| Rozmiar pliku | 46.18 KB |
| Liczba instalacji | 3,523 |
| Aktualna Wersja | 5.3.0 |
| Ostatnia Aktualizacja | 2022-05-24 |
| Data Publikacji | 2020-04-28 |
| Ocena | 4.46/5 Łącznie 57 Oceny |
| Deweloper | rushin.doll |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://rushin-doll.net/lj-juggler |
| Adres URL Strony Pomocy | http://rushin.doll.net/lj-juggler/change-log.html |
| Adres URL Strony Polityki Prywatności | http://rushin-doll.net/lj-juggler/privacy.txt |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "LJ Account Juggler",
"version": "5.3.0",
"description": "This addon lets users easily switch between accounts on LiveJournal-based websites.",
"background": {
"page": "background.html"
},
"icons": {
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "57.0"
}
},
"browser_action": {
"default_icon": "images\/icon19.png",
"default_title": "LJ Juggler",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"cookies",
"downloads",
"https:\/\/*.dreamwidth.org\/*",
"https:\/\/*.livejournal.com\/*",
"https:\/\/*.insanejournal.com\/*",
"https:\/\/*.scribbld.com\/*"
]
} | |