GTA:MP Breadcrumbs

Adding breadcrumbs to the GTA:MP forums

Co to jest GTA:MP Breadcrumbs?

GTA:MP Breadcrumbs to rozszerzenie Chrome opracowane przez Andreas, a jego główną funkcją jest „Adding breadcrumbs to the GTA:MP forums”.

Pobierz plik CRX rozszerzenia GTA:MP Breadcrumbs

Pobierz pliki rozszerzeń GTA:MP Breadcrumbs 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

                        Adding top breadcrumb navigation to the GTA:MP forums.                    

Podstawowe informacje o rozszerzeniu

Nazwa GTA:MP Breadcrumbs GTA:MP Breadcrumbs
ID emgcghbbpkppjnklgpibhkgdfohmglkc
Oficjalny URL https://chrome.google.com/webstore/detail/gtamp-breadcrumbs/emgcghbbpkppjnklgpibhkgdfohmglkc
Opis Adding breadcrumbs to the GTA:MP forums
Rozmiar pliku 46.12 KB
Liczba instalacji 13
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2015-09-06
Data Publikacji 2015-09-06
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Andreas
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": "GTA:MP Breadcrumbs",
    "version": "1.2",
    "description": "Adding breadcrumbs to the GTA:MP forums",
    "author": "Andreas",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/forum.gta-mp.net\/topic\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/script.js"
            ]
        }
    ]
}