Torn - Track Vault
Keep track of your vault and your/spouse balance
Torn - Track Vault란 무엇입니까?
Torn - Track Vault은(는) Jeggy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of your vault and your/spouse balance"입니다.
확장 프로그램 스크린샷
Torn - Track Vault 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension records the vault history from the Torn page whenever you visit and provides an overview of the balance between you and your spouse.
확장 프로그램 기본 정보
이름 | Torn - Track Vault |
ID | gbhagnkpajabmcejgjnphbphnjojfmeg |
공식 URL | https://chromewebstore.google.com/detail/torn-track-vault/gbhagnkpajabmcejgjnphbphnjojfmeg |
설명 | Keep track of your vault and your/spouse balance |
파일 크기 | 5.64 MB |
설치 횟수 | 76 |
현재 버전 | 0.1.3 |
최근 업데이트 | 2020-05-20 |
출시 날짜 | 2020-05-19 |
평점 | 2.25/5 총 4 개의 평점 |
개발자 | Jeggy |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Torn - Track Vault", "version": "0.1.3", "manifest_version": 2, "description": "Keep track of your vault and your\/spouse balance", "homepage_url": "https:\/\/jebster.net", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Torn - Track Vault", "default_popup": "popup.html" }, "default_locale": "en", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "https:\/\/www.torn.com\/properties.php" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/www.torn.com\/index.php", "https:\/\/www.torn.com\/properties.php" ], "js": [ "js\/content.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.torn.com\/*" ] }, "web_accessible_resources": [ "js\/injector.js", "js\/tornVault.js", "html\/popup.html" ] } |