LJ Account Juggler
This addon lets users easily switch between accounts on LiveJournal-based websites.
Wat is LJ Account Juggler?
LJ Account Juggler is een Chrome-extensie ontwikkeld door rushin.doll, en de belangrijkste functie is "This addon lets users easily switch between accounts on LiveJournal-based websites.".
Extensie Screenshots
Download het CRX-bestand van de extensie LJ Account Juggler
Download LJ Account Juggler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
LJ Juggler is a simple tool designed to allow you to rapidly switch which LiveJournal (or LiveJournal derivative) user you are logged in as. Basisinformatie over de Extensie
| Naam | |
| ID | jpfnihbghaikdicpdiciecbbdoegcfhc |
| Officiële URL | https://chromewebstore.google.com/detail/lj-account-juggler/jpfnihbghaikdicpdiciecbbdoegcfhc |
| Beschrijving | This addon lets users easily switch between accounts on LiveJournal-based websites. |
| Bestandsgrootte | 46.18 KB |
| Aantal Installaties | 3,523 |
| Huidige Versie | 5.3.0 |
| Laatst Bijgewerkt | 2022-05-24 |
| Publicatiedatum | 2020-04-28 |
| Beoordeling | 4.46/5 Totaal 57 Beoordelingen |
| Ontwikkelaar | rushin.doll |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://rushin-doll.net/lj-juggler |
| Help Pagina-URL | http://rushin.doll.net/lj-juggler/change-log.html |
| URL van de Privacybeleid Pagina | http://rushin-doll.net/lj-juggler/privacy.txt |
| Ondersteunde Talen | 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\/*"
]
} | |