torNDoc for Torn

Browser extension to assist gameplay for Torncity (https://torn.com)

torNDoc for Torn là gì?

torNDoc for Torn là một tiện ích mở rộng Chrome được phát triển bởi zim, và tính năng chính của nó là "Browser extension to assist gameplay for Torncity (https://torn.com)".

Ả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 torNDoc for Torn

Tải xuống các tệp mở rộng torNDoc for Torn 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

                        All-in-one browser extension for Torn
torNDoc is an all-in-one Chrome extension for Torn based on DoctorN. only the data source for the travel-hub is changed.
0.0.5
+fixed foreign market identifier changed again

0.0.4 
+fixed foreign market identifier 

0.0.3
+Fixed Travel hub
+Fixed Foreign Market values
+Fixed Max Buy Button

torNDoc still uses the official API, it not only replaces City Watch, but packs a ton of features for optimizing your day-to-day game experience.

The usage is very simple: install it from the Chrome Webstore and you're done. If you wish to use the City Watch features, click torNDoc's icon and log in with your API key. The rest of the userscripts-like features don't require a key.

Features:

- User bars at a glance, directly on your browser
- Player status on a dashboard, one click away
- Customizable notifications
- Travel Hub, keeping track of item stocks and prices in other countries
- City Finds highlighter
- Torn Stats integration: see your stat graphs on the gym, player comparisons on profiles, export your OC results and spies directly from Torn
- Quick crimes
- Quick items
- Quick links
- Jail enhancements: quick busts, quick bails and max score (time*level) filters
- Bounty enhancements: availability and level filters
- Effective battle stats on the homepage: keeping an eye on those stat modifiers
- Incredible chat highlighter
- Quickly autocomplete your friends' names in the chat by pressing tab
- Hide users' threads and posts in the forums
- Copy forum posts conveniently formatted for Discord
- Left-aligned Torn, giving you extra space for your chats
- Hide useless sidebar icons
- Hide useless sidebar links
- Alternatively, hide the sidebar's Areas section entirely, since you can add everything you need as Quick Links
- Level holding mode: hide everything related to level upgrades
- Powerful and smart address bar shortcuts: type "doc" and press tab in your browser's address bar to access them
- Easter Eggs alerts to help you during the competition                    

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

Tên torNDoc for Torn torNDoc for Torn
ID jlpbjaeefcjioghmhidenajfpifppapb
URL Chính Thức https://chromewebstore.google.com/detail/torndoc-for-torn/jlpbjaeefcjioghmhidenajfpifppapb
Mô tả Browser extension to assist gameplay for Torncity (https://torn.com)
Kích Thước Tệp 426 KB
Số Lần Cài Đặt 353
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2020-07-29
Ngày Phát Hành 2020-07-04
Nhà Phát Triển zim
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://doctorn.rocks
URL Trang Trợ Giúp https://doctorn.rocks
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "mrkishi",
    "background": {
        "persistent": true,
        "scripts": [
            "background\/main.entry.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "resources\/images\/icon_disabled_19.png",
            "38": "resources\/images\/icon_disabled_38.png"
        },
        "default_popup": "pages\/uninitialized.html",
        "default_title": "torNDoc"
    },
    "content_scripts": [
        {
            "css": [
                "content\/all.document-start.entry.css"
            ],
            "js": [
                "content\/all.document-start.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "css": [
                "content\/all.entry.css"
            ],
            "js": [
                "content\/all.entry.js",
                "content\/easter.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/preferences.entry.js"
            ],
            "js": [
                "content\/preferences.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/preferences.php"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/profiles.entry.css"
            ],
            "js": [
                "content\/profiles.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/profiles.php?*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/index.entry.css"
            ],
            "js": [
                "vendor\/moment.entry.js",
                "vendor\/chart.entry.js",
                "content\/index.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/index.php*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/gym.entry.css"
            ],
            "js": [
                "vendor\/moment.entry.js",
                "vendor\/chart.entry.js",
                "content\/gym.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/gym.php"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/factions-your.entry.css"
            ],
            "js": [
                "vendor\/moment.entry.js",
                "content\/factions-your.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/factions.php?step=your"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content\/war.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/war.php?*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/companies.entry.css"
            ],
            "js": [
                "content\/companies.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/companies.php"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/city.entry.css"
            ],
            "js": [
                "content\/city.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/city.php"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/travelagency.entry.css"
            ],
            "js": [
                "vendor\/moment.entry.js",
                "content\/travelagency.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/travelagency.php"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/forums.entry.css"
            ],
            "js": [
                "vendor\/moment.entry.js",
                "content\/forums.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/forums.php*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/item.entry.css"
            ],
            "js": [
                "content\/item.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/item.php"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/crimes.entry.css"
            ],
            "js": [
                "content\/crimes.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/crimes.php"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content\/jailview.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/jailview.php"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content\/bounties.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/bounties.php"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "content\/shops.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/shops.php?*"
            ],
            "run_at": "document_end"
        },
        {
            "css": [
                "content\/christmas-town.entry.css"
            ],
            "js": [
                "content\/christmas-town.entry.js"
            ],
            "matches": [
                "https:\/\/www.torn.com\/christmas_town.php*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Browser extension to assist gameplay for Torncity (https:\/\/torn.com)",
    "icons": {
        "128": "resources\/images\/icon_128.png",
        "16": "resources\/images\/icon_16.png",
        "48": "resources\/images\/icon_48.png"
    },
    "homepage_url": "https:\/\/doctorn.rocks",
    "manifest_version": 2,
    "name": "torNDoc for Torn",
    "options_ui": {
        "open_in_tab": true,
        "page": "pages\/options.html"
    },
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/*.torn.com\/",
        "background"
    ],
    "short_name": "torNDoc",
    "version": "0.0.5",
    "version_name": "0.0.5",
    "web_accessible_resources": [
        "resources\/icons\/*",
        "resources\/images\/*",
        "content\/*.injected.entry.js"
    ]
}