The Witcher 3 Wild Hunt New Tab Theme
The Witcher 3 Wild Hunt New Tab Extension brings a new look to your Chrome browser.
¿Qué es The Witcher 3 Wild Hunt New Tab Theme?
The Witcher 3 Wild Hunt New Tab Theme es una extensión de Chrome desarrollada por chromenewtab.com, y su función principal es "The Witcher 3 Wild Hunt New Tab Extension brings a new look to your Chrome browser.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión The Witcher 3 Wild Hunt New Tab Theme
Descarga archivos de extensión The Witcher 3 Wild Hunt New Tab Theme 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
Free download The Witcher 3 Wild Hunt extension with a new look to your browser and you will have a lot of extra features.
Información Básica de la Extensión
Nombre | |
ID | kfeaamfllhjdlphglklndolobhjkpjjb |
URL Oficial | https://chrome.google.com/webstore/detail/the-witcher-3-wild-hunt-n/kfeaamfllhjdlphglklndolobhjkpjjb |
Descripción | The Witcher 3 Wild Hunt New Tab Extension brings a new look to your Chrome browser. |
Tamaño del Archivo | 943 KB |
Cantidad de Instalaciones | 130 |
Versión Actual | 0.0.1 |
Última Actualización | 2019-11-16 |
Fecha de Publicación | 2019-11-12 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | chromenewtab.com |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | http://www.chromenewtab.com/privacy-policy-2 |
Idiomas Soportados | en |
manifest.json | |
{ "version": "0.0.1", "default_locale": "en", "icons": { "128": "imgs\/ic128.png", "48": "imgs\/ic48.png" }, "offline_enabled": true, "browser_action": { "default_icon": "imgs\/ic48.png" }, "chrome_url_overrides": { "newtab": "main.html" }, "manifest_version": 2, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "background": { "scripts": [ "js\/the-witcher-3-wild-hunt.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/use.fontawesome.com https:\/\/stackpath.bootstrapcdn.com https:\/\/cdnjs.cloudflare.com; object-src 'self'" } |