LJ Account Juggler

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

What is LJ Account Juggler?

LJ Account Juggler is a Chrome extension developed by rushin.doll, and its main feature is "This addon lets users easily switch between accounts on LiveJournal-based websites.".

Extension Screenshots

screenshot
screenshot

Download LJ Account Juggler Extension CRX File

Download LJ Account Juggler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name LJ Account Juggler LJ Account Juggler
ID jpfnihbghaikdicpdiciecbbdoegcfhc
Official URL https://chromewebstore.google.com/detail/lj-account-juggler/jpfnihbghaikdicpdiciecbbdoegcfhc
Description This addon lets users easily switch between accounts on LiveJournal-based websites.
File Size 46.18 KB
Installation Count 3,523
Current Version 5.3.0
Last Updated 2022-05-24
Publish Date 2020-04-28
Rating 4.46/5 Total 57 Ratings
Developer rushin.doll
Email [email protected]
Payment Type free
Extension Website http://rushin-doll.net/lj-juggler
Help Page URL http://rushin.doll.net/lj-juggler/change-log.html
Privacy Policy Page URL http://rushin-doll.net/lj-juggler/privacy.txt
Supported Languages 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\/*"
    ]
}