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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |