LJ Account Juggler

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

LJ Account Juggler là gì?

LJ Account Juggler là một tiện ích mở rộng Chrome được phát triển bởi rushin.doll, và tính năng chính của nó là "This addon lets users easily switch between accounts on LiveJournal-based websites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LJ Account Juggler

Tải xuống các tệp mở rộng LJ Account Juggler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên LJ Account Juggler LJ Account Juggler
ID jpfnihbghaikdicpdiciecbbdoegcfhc
URL Chính Thức https://chromewebstore.google.com/detail/lj-account-juggler/jpfnihbghaikdicpdiciecbbdoegcfhc
Mô tả This addon lets users easily switch between accounts on LiveJournal-based websites.
Kích Thước Tệp 46.18 KB
Số Lần Cài Đặt 3,523
Phiên Bản Hiện Tại 5.3.0
Cập Nhật Lần Cuối 2022-05-24
Ngày Phát Hành 2020-04-28
Đánh Giá 4.46/5 Tổng số 57 Đánh Giá
Nhà Phát Triển rushin.doll
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://rushin-doll.net/lj-juggler
URL Trang Trợ Giúp http://rushin.doll.net/lj-juggler/change-log.html
URL Trang Chính Sách Bảo Mật http://rushin-doll.net/lj-juggler/privacy.txt
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}