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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة http://rushin.doll.net/lj-juggler/change-log.html
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}