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)”。
扩展截图
下载torNDoc for Torn扩展crx文件
下载torNDoc for Torn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } |