Torn - Track Vault

Keep track of your vault and your/spouse balance

Torn - Track Vault là gì?

Torn - Track Vault là một tiện ích mở rộng Chrome được phát triển bởi Jeggy, và tính năng chính của nó là "Keep track of your vault and your/spouse balance".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Torn - Track Vault

Tải xuống các tệp mở rộng Torn - Track Vault dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Torn - Track Vault Torn - Track Vault
ID gbhagnkpajabmcejgjnphbphnjojfmeg
URL Chính Thức https://chromewebstore.google.com/detail/torn-track-vault/gbhagnkpajabmcejgjnphbphnjojfmeg
Mô tả Keep track of your vault and your/spouse balance
Kích Thước Tệp 5.64 MB
Số Lần Cài Đặt 76
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2020-05-20
Ngày Phát Hành 2020-05-19
Đánh Giá 2.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Jeggy
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}