LJ Account Juggler

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

LJ Account Jugglerคืออะไร?

LJ Account Juggler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rushin.doll และคุณลักษณะหลักของมันคือ "This addon lets users easily switch between accounts on LiveJournal-based websites."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LJ Account Juggler

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
    ]
}