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文件
下載Torn - Track Vault擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |