LJ Account Juggler

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

Vad är LJ Account Juggler?

LJ Account Juggler är en Chrome-tillägg utvecklad av rushin.doll, och dess huvudfunktion är "This addon lets users easily switch between accounts on LiveJournal-based websites.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner LJ Account Juggler-förlängningens CRX-fil

Ladda ner LJ Account Juggler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn LJ Account Juggler LJ Account Juggler
ID jpfnihbghaikdicpdiciecbbdoegcfhc
Officiell webbadress https://chromewebstore.google.com/detail/lj-account-juggler/jpfnihbghaikdicpdiciecbbdoegcfhc
Beskrivning This addon lets users easily switch between accounts on LiveJournal-based websites.
Filstorlek 46.18 KB
Antal Installationer 3,523
Aktuell Version 5.3.0
Senast Uppdaterad 2022-05-24
Publiceringsdatum 2020-04-28
Betyg 4.46/5 Totalt 57 Betyg
Utvecklare rushin.doll
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://rushin-doll.net/lj-juggler
Hjälpsida URL http://rushin.doll.net/lj-juggler/change-log.html
URL till Sekretesspolicy Sidan http://rushin-doll.net/lj-juggler/privacy.txt
Stödda Språk 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\/*"
    ]
}