tf2mart helper

Shows up additional Trade button

Wat is tf2mart helper?

tf2mart helper is een Chrome-extensie ontwikkeld door tf2, en de belangrijkste functie is "Shows up additional Trade button".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie tf2mart helper

Download tf2mart helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Shows up additional Trade button                    

Basisinformatie over de Extensie

Naam tf2mart helper tf2mart helper
ID pfacmpcgkiicbpdnmihgjcfggmhjcgmp
Officiële URL https://chrome.google.com/webstore/detail/tf2mart-helper/pfacmpcgkiicbpdnmihgjcfggmhjcgmp
Beschrijving Shows up additional Trade button
Bestandsgrootte 58.51 KB
Aantal Installaties 15
Huidige Versie 1.1.2
Laatst Bijgewerkt 2018-03-18
Publicatiedatum 2018-03-18
Beoordeling 4.33/5 Totaal 3 Beoordelingen
Ontwikkelaar tf2
Betalingswijze free
Ondersteunde Talen 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"
    }
}