LJ Account Juggler

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

Co je LJ Account Juggler?

LJ Account Juggler je rozšíření Chrome vyvinuté rushin.doll, a jeho hlavní funkcí je „This addon lets users easily switch between accounts on LiveJournal-based websites.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření LJ Account Juggler

Stáhněte si soubory rozšíření LJ Account Juggler ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název LJ Account Juggler LJ Account Juggler
ID jpfnihbghaikdicpdiciecbbdoegcfhc
Oficiální URL https://chromewebstore.google.com/detail/lj-account-juggler/jpfnihbghaikdicpdiciecbbdoegcfhc
Popis This addon lets users easily switch between accounts on LiveJournal-based websites.
Velikost souboru 46.18 KB
Počet instalací 3,523
Aktuální Verze 5.3.0
Poslední Aktualizace 2022-05-24
Datum Vydání 2020-04-28
Hodnocení 4.46/5 Celkem 57 Hodnocení
Vývojář rushin.doll
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://rushin-doll.net/lj-juggler
URL Stránky Nápovědy http://rushin.doll.net/lj-juggler/change-log.html
URL Stránky Zásad Ochrany Soukromí http://rushin-doll.net/lj-juggler/privacy.txt
Podporované Jazyky 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\/*"
    ]
}