Euro Truck Simulator Wallpapers and New Tab
Euro Truck Simulator wallpapers and new tab extension brings you a new look to your Chrome browser.
Cos'è Euro Truck Simulator Wallpapers and New Tab?
Euro Truck Simulator Wallpapers and New Tab è un'estensione di Chrome sviluppata da http://loadz.com, e la sua funzione principale è "Euro Truck Simulator wallpapers and new tab extension brings you a new look to your Chrome browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Euro Truck Simulator Wallpapers and New Tab
Scarica i file di estensione Euro Truck Simulator Wallpapers and New Tab 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
Euro Truck Simulator Wallpapers and New Tab extension brings your browser to a new look and some useful tools.
Informazioni di Base sull'Estensione
Nome | |
ID | ncfabnkpfmlepggaaijpohfdgbidlcbo |
URL Ufficiale | https://chrome.google.com/webstore/detail/euro-truck-simulator-wall/ncfabnkpfmlepggaaijpohfdgbidlcbo |
Descrizione | Euro Truck Simulator wallpapers and new tab extension brings you a new look to your Chrome browser. |
Dimensione del File | 43.07 KB |
Conteggio Installazioni | 276 |
Versione Corrente | 4.3 |
Ultimo Aggiornamento | 2018-01-12 |
Data di Pubblicazione | 2018-01-12 |
Valutazione | 3.86/5 Totale 22 Valutazioni |
Sviluppatore | http://loadz.com |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Euro Truck Simulator Wallpapers and New Tab", "version": "4.3", "description": "Euro Truck Simulator wallpapers and new tab extension brings you a new look to your Chrome browser.", "default_locale": "en", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "js\/euro-truck-simulator-bg.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "chrome_settings_overrides": { "homepage": "http:\/\/loadz.com", "search_provider": { "name": "iki Resim", "search_url": "http:\/\/loadz.com\/search\/{searchTerms}", "suggest_url": "http:\/\/loadz.com\/suggest\/{searchTerms}", "encoding": "UTF-8", "is_default": true, "favicon_url": "http:\/\/loadz.com\/favicon.ico", "keyword": "ikiresim.com" } }, "browser_action": { "default_title": "Euro Truck Simulator" }, "optional_permissions": [ "management" ], "permissions": [ "tabs", "topSites" ] } |