tf2mart helper

Shows up additional Trade button

¿Qué es tf2mart helper?

tf2mart helper es una extensión de Chrome desarrollada por tf2, y su función principal es "Shows up additional Trade button".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión tf2mart helper

Descarga archivos de extensión tf2mart helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Shows up additional Trade button                    

Información Básica de la Extensión

Nombre tf2mart helper tf2mart helper
ID pfacmpcgkiicbpdnmihgjcfggmhjcgmp
URL Oficial https://chrome.google.com/webstore/detail/tf2mart-helper/pfacmpcgkiicbpdnmihgjcfggmhjcgmp
Descripción Shows up additional Trade button
Tamaño del Archivo 58.51 KB
Cantidad de Instalaciones 15
Versión Actual 1.1.2
Última Actualización 2018-03-18
Fecha de Publicación 2018-03-18
Calificación 4.33/5 Total de 3 Calificaciones
Desarrollador tf2
Tipo de Pago free
Idiomas Soportados 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"
    }
}