torNDoc for Torn

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

Co to jest torNDoc for Torn?

torNDoc for Torn to rozszerzenie Chrome opracowane przez zim, a jego główną funkcją jest „Browser extension to assist gameplay for Torncity (https://torn.com)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia torNDoc for Torn

Pobierz pliki rozszerzeń torNDoc for Torn w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa torNDoc for Torn torNDoc for Torn
ID jlpbjaeefcjioghmhidenajfpifppapb
Oficjalny URL https://chromewebstore.google.com/detail/torndoc-for-torn/jlpbjaeefcjioghmhidenajfpifppapb
Opis Browser extension to assist gameplay for Torncity (https://torn.com)
Rozmiar pliku 426 KB
Liczba instalacji 353
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2020-07-29
Data Publikacji 2020-07-04
Deweloper zim
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://doctorn.rocks
Adres URL Strony Pomocy https://doctorn.rocks
Obsługiwane Języki 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"
    ]
}