tf2mart helper

Shows up additional Trade button

Co to jest tf2mart helper?

tf2mart helper to rozszerzenie Chrome opracowane przez tf2, a jego główną funkcją jest „Shows up additional Trade button”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia tf2mart helper

Pobierz pliki rozszerzeń tf2mart helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Shows up additional Trade button                    

Podstawowe informacje o rozszerzeniu

Nazwa tf2mart helper tf2mart helper
ID pfacmpcgkiicbpdnmihgjcfggmhjcgmp
Oficjalny URL https://chrome.google.com/webstore/detail/tf2mart-helper/pfacmpcgkiicbpdnmihgjcfggmhjcgmp
Opis Shows up additional Trade button
Rozmiar pliku 58.51 KB
Liczba instalacji 15
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2018-03-18
Data Publikacji 2018-03-18
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper tf2
Typ Płatności free
Obsługiwane Języki 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"
    }
}