LJ Account Juggler

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

什麼是LJ Account Juggler?

LJ Account Juggler是由rushin.doll開發的Chrome擴展程式,該擴展的主要功能是“This addon lets users easily switch between accounts on LiveJournal-based websites.”。

擴展截圖

screenshot
screenshot

下載LJ Account Juggler擴展crx文件

下載LJ Account Juggler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 LJ Account Juggler LJ Account Juggler
ID jpfnihbghaikdicpdiciecbbdoegcfhc
官方網址 https://chromewebstore.google.com/detail/lj-account-juggler/jpfnihbghaikdicpdiciecbbdoegcfhc
簡介 This addon lets users easily switch between accounts on LiveJournal-based websites.
檔案大小 46.18 KB
安裝次數 3,523
目前版本 5.3.0
更新時間 2022-05-24
上架時間 2020-04-28
評分 4.46/5 共 57 次評分
開發者 rushin.doll
電子郵箱 [email protected]
付費類型 free
擴展官網 http://rushin-doll.net/lj-juggler
說明頁面URL http://rushin.doll.net/lj-juggler/change-log.html
隱私政策頁面URL http://rushin-doll.net/lj-juggler/privacy.txt
支援的語言 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\/*"
    ]
}