Gamer Tab
A custom new tab extension with a gaming theme.
Cos'è Gamer Tab?
Gamer Tab è un'estensione di Chrome sviluppata da egamenation891273, e la sua funzione principale è "A custom new tab extension with a gaming theme.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Gamer Tab
Scarica i file di estensione Gamer 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
Get ready to level up your browsing experience with our brand new gaming themed New Tab Extension! This extension is perfect for all gamers out there looking to customize their browsing experience. The extension features a sleek and stylish design, with a gaming-inspired background and icon. Switch your new tab background from an amazing selection gamer themed images. By clicking "add to Chrome", I accept and agree to installing the Gamer Tab extension and setting Chrome New Tab search provider to Microsoft Bing as described by the service in the Terms of Use https://egamenation.com/terms-of-service/ and Policy https://egamenation.com/privacy-policy/ Images are 100% copyright free from Unsplash.com.
Informazioni di Base sull'Estensione
Nome | |
ID | obhoefmkambmfjadepfmaecbodghfljm |
URL Ufficiale | https://chromewebstore.google.com/detail/gamer-tab/obhoefmkambmfjadepfmaecbodghfljm |
Descrizione | A custom new tab extension with a gaming theme. |
Dimensione del File | 7.11 MB |
Conteggio Installazioni | 11,269 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2023-12-14 |
Data di Pubblicazione | 2023-01-21 |
Sviluppatore | egamenation891273 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://egamenation.com/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Gamer Tab", "version": "1.6", "description": "A custom new tab extension with a gaming theme.", "action": { "default_icon": { "128": "img\/icons\/icon.png" }, "default_title": "Gamer Tab" }, "icons": { "128": "img\/icons\/icon.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "background": { "service_worker": "background.js" } } |