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.”。
扩展截图
下载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 |
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\/*" ] } |