Minecraft New Tab (updated)
Get a Minecraft-themed New Tab for your browser.
Cos'è Minecraft New Tab (updated)?
Minecraft New Tab (updated) è un'estensione di Chrome sviluppata da office, e la sua funzione principale è "Get a Minecraft-themed New Tab for your browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Minecraft New Tab (updated)
Scarica i file di estensione Minecraft New Tab (updated) 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
⬇️ Easy to set up ⬇️: 1. Install and pin 📌 the extension to Chrome. 2. That’s all you have to do, Chrome will automatically open a new tab that will be Minecraft-themed. ✨ Features ✨ 1. Customize and play with the available themes to get the “New Tab” you want. 2. Get Minecraft news on Facebook, Twitter, Youtube, and more from your New Tab. Add this extension to stay connected with one of the biggest communities in gaming.
Informazioni di Base sull'Estensione
Nome | Minecraft New Tab (updated) |
ID | mllaihejkppfaalkojmcepkoencplopf |
URL Ufficiale | https://chromewebstore.google.com/detail/minecraft-new-tab-updated/mllaihejkppfaalkojmcepkoencplopf |
Descrizione | Get a Minecraft-themed New Tab for your browser. |
Dimensione del File | 14.6 MB |
Conteggio Installazioni | 383 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-02-21 |
Data di Pubblicazione | 2023-02-21 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | office |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Minecraft New Tab (updated)", "version": "1.0.0", "description": "Get a Minecraft-themed New Tab for your browser.", "chrome_url_overrides": { "newtab": "html\/newTab.html" }, "icons": { "16": "img\/logo_32.png", "32": "img\/logo_32.png", "48": "img\/logo_128.png", "128": "img\/logo_128.png" }, "permissions": [ "unlimitedStorage", "storage" ], "host_permissions": [ "*:\/\/*.google.com\/*" ] } |