torNDoc for Torn

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

torNDoc for Torn란 무엇입니까?

torNDoc for Torn은(는) zim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension to assist gameplay for Torncity (https://torn.com)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

torNDoc for Torn 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 torNDoc for Torn torNDoc for Torn
ID jlpbjaeefcjioghmhidenajfpifppapb
공식 URL https://chromewebstore.google.com/detail/torndoc-for-torn/jlpbjaeefcjioghmhidenajfpifppapb
설명 Browser extension to assist gameplay for Torncity (https://torn.com)
파일 크기 426 KB
설치 횟수 353
현재 버전 0.0.5
최근 업데이트 2020-07-29
출시 날짜 2020-07-04
개발자 zim
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://doctorn.rocks
도움말 페이지 URL https://doctorn.rocks
지원되는 언어 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"
    ]
}