DoctorN for Torn

All-in-one browser extension for Torn

Τι είναι το DoctorN for Torn;

Το DoctorN for Torn είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://doctorn.rocks, και η κύρια λειτουργία του είναι "All-in-one browser extension for Torn".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης DoctorN for Torn

Λήψη αρχείων επέκτασης DoctorN for Torn σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        DoctorN is an all-in-one Chrome extension for Torn. Using 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 DoctorN'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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα DoctorN for Torn DoctorN for Torn
ID kfdghhdnlfeencnfpbpddbceglaamobk
Επίσημο URL https://chromewebstore.google.com/detail/doctorn-for-torn/kfdghhdnlfeencnfpbpddbceglaamobk
Περιγραφή All-in-one browser extension for Torn
Μέγεθος Αρχείου 378 KB
Αριθμός Εγκαταστάσεων 12,785
Τρέχουσα Έκδοση 7.9.1
Τελευταία Ενημέρωση 2020-01-23
Ημερομηνία Δημοσίευσης 2020-01-23
Αξιολόγηση 4.78/5 Συνολικά 106 Αξιολογήσεις
Προγραμματιστής https://doctorn.rocks
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://doctorn.rocks/
Διεύθυνση URL της Σελίδας Βοήθειας https://doctorn.rocks/go/discord
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.9.1",
    "version_name": "7.9.1",
    "manifest_version": 2,
    "name": "DoctorN for Torn",
    "short_name": "DoctorN",
    "description": "All-in-one browser extension for Torn",
    "author": "mrkishi",
    "icons": {
        "16": "resources\/images\/icon_16.png",
        "48": "resources\/images\/icon_48.png",
        "128": "resources\/images\/icon_128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "https:\/\/*.torn.com\/",
        "background"
    ],
    "web_accessible_resources": [
        "resources\/icons\/*",
        "resources\/images\/*",
        "content\/*.injected.entry.js"
    ],
    "background": {
        "scripts": [
            "background\/main.entry.js"
        ],
        "persistent": true
    },
    "omnibox": {
        "keyword": "doc"
    },
    "browser_action": {
        "default_title": "DoctorN",
        "default_popup": "pages\/uninitialized.html",
        "default_icon": {
            "19": "resources\/images\/icon_disabled_19.png",
            "38": "resources\/images\/icon_disabled_38.png"
        }
    },
    "options_ui": {
        "page": "pages\/options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.torn.com\/*"
            ],
            "js": [
                "content\/all.document-start.entry.js"
            ],
            "css": [
                "content\/all.document-start.entry.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/*"
            ],
            "js": [
                "content\/all.entry.js",
                "content\/easter.entry.js"
            ],
            "css": [
                "content\/all.entry.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/preferences.php"
            ],
            "js": [
                "content\/preferences.entry.js"
            ],
            "css": [
                "content\/preferences.entry.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/profiles.php?*"
            ],
            "js": [
                "content\/profiles.entry.js"
            ],
            "css": [
                "content\/profiles.entry.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/index.php*"
            ],
            "js": [
                "vendor\/moment.entry.js",
                "vendor\/chart.entry.js",
                "content\/index.entry.js"
            ],
            "css": [
                "content\/index.entry.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/gym.php"
            ],
            "js": [
                "vendor\/moment.entry.js",
                "vendor\/chart.entry.js",
                "content\/gym.entry.js"
            ],
            "css": [
                "content\/gym.entry.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/factions.php?step=your"
            ],
            "js": [
                "vendor\/moment.entry.js",
                "content\/factions-your.entry.js"
            ],
            "css": [
                "content\/factions-your.entry.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/war.php?*"
            ],
            "js": [
                "content\/war.entry.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/companies.php"
            ],
            "js": [
                "content\/companies.entry.js"
            ],
            "css": [
                "content\/companies.entry.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/city.php"
            ],
            "js": [
                "content\/city.entry.js"
            ],
            "css": [
                "content\/city.entry.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/travelagency.php"
            ],
            "js": [
                "vendor\/moment.entry.js",
                "content\/travelagency.entry.js"
            ],
            "css": [
                "content\/travelagency.entry.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/forums.php*"
            ],
            "js": [
                "vendor\/moment.entry.js",
                "content\/forums.entry.js"
            ],
            "css": [
                "content\/forums.entry.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/item.php"
            ],
            "js": [
                "content\/item.entry.js"
            ],
            "css": [
                "content\/item.entry.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/crimes.php"
            ],
            "js": [
                "content\/crimes.entry.js"
            ],
            "css": [
                "content\/crimes.entry.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/jailview.php"
            ],
            "js": [
                "content\/jailview.entry.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/bounties.php"
            ],
            "js": [
                "content\/bounties.entry.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/shops.php?*"
            ],
            "js": [
                "content\/shops.entry.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.torn.com\/christmas_town.php*"
            ],
            "js": [
                "content\/christmas-town.entry.js"
            ],
            "css": [
                "content\/christmas-town.entry.css"
            ],
            "run_at": "document_end"
        }
    ]
}