torNDoc for Torn

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

Qu'est-ce que torNDoc for Torn ?

torNDoc for Torn est une extension Chrome développée par zim, et sa fonction principale est "Browser extension to assist gameplay for Torncity (https://torn.com)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension torNDoc for Torn

Téléchargez les fichiers d'extension torNDoc for Torn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom torNDoc for Torn torNDoc for Torn
ID jlpbjaeefcjioghmhidenajfpifppapb
URL Officiel https://chromewebstore.google.com/detail/torndoc-for-torn/jlpbjaeefcjioghmhidenajfpifppapb
Description Browser extension to assist gameplay for Torncity (https://torn.com)
Taille du Fichier 426 KB
Nombre d'Installations 353
Version Actuelle 0.0.5
Dernière Mise à Jour 2020-07-29
Date de Publication 2020-07-04
Développeur zim
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://doctorn.rocks
URL de la Page d'Aide https://doctorn.rocks
Langues Prises en Charge 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"
    ]
}