tf2mart helper

Shows up additional Trade button

Cos'è tf2mart helper?

tf2mart helper è un'estensione di Chrome sviluppata da tf2, e la sua funzione principale è "Shows up additional Trade button".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione tf2mart helper

Scarica i file di estensione tf2mart helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Shows up additional Trade button                    

Informazioni di Base sull'Estensione

Nome tf2mart helper tf2mart helper
ID pfacmpcgkiicbpdnmihgjcfggmhjcgmp
URL Ufficiale https://chrome.google.com/webstore/detail/tf2mart-helper/pfacmpcgkiicbpdnmihgjcfggmhjcgmp
Descrizione Shows up additional Trade button
Dimensione del File 58.51 KB
Conteggio Installazioni 15
Versione Corrente 1.1.2
Ultimo Aggiornamento 2018-03-18
Data di Pubblicazione 2018-03-18
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore tf2
Tipo di Pagamento free
Lingue Supportate 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"
    }
}