tf2mart helper

Shows up additional Trade button

What is tf2mart helper?

tf2mart helper is a Chrome extension developed by tf2, and its main feature is "Shows up additional Trade button".

Extension Screenshots

screenshot

Download tf2mart helper Extension CRX File

Download tf2mart helper 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

                        Shows up additional Trade button                    

Extension Basic Information

Name tf2mart helper tf2mart helper
ID pfacmpcgkiicbpdnmihgjcfggmhjcgmp
Official URL https://chrome.google.com/webstore/detail/tf2mart-helper/pfacmpcgkiicbpdnmihgjcfggmhjcgmp
Description Shows up additional Trade button
File Size 58.51 KB
Installation Count 15
Current Version 1.1.2
Last Updated 2018-03-18
Publish Date 2018-03-18
Rating 4.33/5 Total 3 Ratings
Developer tf2
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tf2mart helper",
    "version": "1.1.2",
    "icons": {
        "16": "images\/empty_16.png",
        "32": "images\/empty_32.png",
        "48": "images\/empty_48.png",
        "64": "images\/empty_64.png",
        "128": "images\/empty_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tf2mart.net\/order"
            ],
            "js": [
                "content_scripts\/end.js",
                "content_scripts\/main.js",
                "content_scripts\/jquery.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/empty_32.png",
        "default_title": "tf2mart helper",
        "default_popup": "popup\/popup.html"
    }
}