Torn Sidekick

Your torn sidekick

What is Torn Sidekick?

Torn Sidekick is a Chrome extension developed by Nepherius, and its main feature is "Your torn sidekick".

Extension Screenshots

screenshot
screenshot

Download Torn Sidekick Extension CRX File

Download Torn Sidekick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Estimates the battle stats of players.
 

Can be used on  Profile page, search, advanced search, points market.                    

Extension Basic Information

Name Torn Sidekick Torn Sidekick
ID bnibekhopekagofajbpnmaifmfoabdec
Official URL https://chromewebstore.google.com/detail/torn-sidekick/bnibekhopekagofajbpnmaifmfoabdec
Description Your torn sidekick
File Size 439 KB
Installation Count 214
Current Version 1.2.3
Last Updated 2020-04-26
Publish Date 2020-04-23
Rating 5.00/5 Total 4 Ratings
Developer Nepherius
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torn Sidekick",
    "description": "Your torn sidekick",
    "version": "1.2.3",
    "author": "Nepherius",
    "homepage_url": "http:\/\/nepherius.xyz",
    "browser_action": {
        "default_title": "Enter your Torn API Key",
        "default_icon": "images\/ts.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "https:\/\/www.torn.com\/*",
        "https:\/\/api.torn.com\/*"
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.torn.com\/*"
            ],
            "js": [
                "plugins\/jquery\/jquery-3.3.1.min.js",
                "plugins\/jquery\/jquery-ui.min.js",
                "js\/content.js",
                "js\/popup.js"
            ]
        }
    ]
}