GTA:MP Breadcrumbs
Adding breadcrumbs to the GTA:MP forums
Cos'è GTA:MP Breadcrumbs?
GTA:MP Breadcrumbs è un'estensione di Chrome sviluppata da Andreas, e la sua funzione principale è "Adding breadcrumbs to the GTA:MP forums".
Scarica il file CRX dell'estensione GTA:MP Breadcrumbs
Scarica i file di estensione GTA:MP Breadcrumbs 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
Adding top breadcrumb navigation to the GTA:MP forums.
Informazioni di Base sull'Estensione
Nome | |
ID | emgcghbbpkppjnklgpibhkgdfohmglkc |
URL Ufficiale | https://chrome.google.com/webstore/detail/gtamp-breadcrumbs/emgcghbbpkppjnklgpibhkgdfohmglkc |
Descrizione | Adding breadcrumbs to the GTA:MP forums |
Dimensione del File | 46.12 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-09-06 |
Data di Pubblicazione | 2015-09-06 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | Andreas |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |