Gamer Tab
A custom new tab extension with a gaming theme.
¿Qué es Gamer Tab?
Gamer Tab es una extensión de Chrome desarrollada por egamenation891273, y su función principal es "A custom new tab extension with a gaming theme.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Gamer Tab
Descarga archivos de extensión Gamer Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | obhoefmkambmfjadepfmaecbodghfljm |
URL Oficial | https://chromewebstore.google.com/detail/gamer-tab/obhoefmkambmfjadepfmaecbodghfljm |
Descripción | A custom new tab extension with a gaming theme. |
Tamaño del Archivo | 7.11 MB |
Cantidad de Instalaciones | 11,269 |
Versión Actual | 1.6 |
Última Actualización | 2023-12-14 |
Fecha de Publicación | 2023-01-21 |
Desarrollador | egamenation891273 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://egamenation.com/privacy-policy |
Idiomas Soportados | 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" } } |