LJ Account Juggler
This addon lets users easily switch between accounts on LiveJournal-based websites.
Apa itu LJ Account Juggler?
LJ Account Juggler adalah ekstensi Chrome yang dikembangkan oleh rushin.doll, dan fitur utamanya adalah "This addon lets users easily switch between accounts on LiveJournal-based websites.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi LJ Account Juggler
Unduh file ekstensi LJ Account Juggler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
LJ Juggler is a simple tool designed to allow you to rapidly switch which LiveJournal (or LiveJournal derivative) user you are logged in as.
Informasi Dasar Ekstensi
Nama | LJ Account Juggler |
ID | jpfnihbghaikdicpdiciecbbdoegcfhc |
URL Resmi | https://chromewebstore.google.com/detail/lj-account-juggler/jpfnihbghaikdicpdiciecbbdoegcfhc |
Deskripsi | This addon lets users easily switch between accounts on LiveJournal-based websites. |
Ukuran File | 46.18 KB |
Jumlah Instalasi | 3,523 |
Versi Saat Ini | 5.3.0 |
Terakhir Diperbarui | 2022-05-24 |
Tanggal Publikasi | 2020-04-28 |
Penilaian | 4.46/5 Total 57 Penilaian |
Pengembang | rushin.doll |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://rushin-doll.net/lj-juggler |
URL Halaman Bantuan | http://rushin.doll.net/lj-juggler/change-log.html |
URL Halaman Kebijakan Privasi | http://rushin-doll.net/lj-juggler/privacy.txt |
Bahasa yang Didukung | 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\/*" ] } |