LJ Account Juggler

This addon lets users easily switch between accounts on LiveJournal-based websites.

Cos'è LJ Account Juggler?

LJ Account Juggler è un'estensione di Chrome sviluppata da rushin.doll, e la sua funzione principale è "This addon lets users easily switch between accounts on LiveJournal-based websites.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione LJ Account Juggler

Scarica i file di estensione LJ Account Juggler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        LJ Juggler is a simple tool designed to allow you to rapidly switch which LiveJournal (or LiveJournal derivative) user you are logged in as.                    

Informazioni di Base sull'Estensione

Nome LJ Account Juggler LJ Account Juggler
ID jpfnihbghaikdicpdiciecbbdoegcfhc
URL Ufficiale https://chromewebstore.google.com/detail/lj-account-juggler/jpfnihbghaikdicpdiciecbbdoegcfhc
Descrizione This addon lets users easily switch between accounts on LiveJournal-based websites.
Dimensione del File 46.18 KB
Conteggio Installazioni 3,523
Versione Corrente 5.3.0
Ultimo Aggiornamento 2022-05-24
Data di Pubblicazione 2020-04-28
Valutazione 4.46/5 Totale 57 Valutazioni
Sviluppatore rushin.doll
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://rushin-doll.net/lj-juggler
URL della Pagina di Aiuto http://rushin.doll.net/lj-juggler/change-log.html
URL della Pagina della Politica sulla Privacy http://rushin-doll.net/lj-juggler/privacy.txt
Lingue Supportate 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\/*"
    ]
}