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 |
Eメール | [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\/*" ] } |