Avengers Endgame Tony Stark Theme
Part of the journey is the end.
¿Qué es Avengers Endgame Tony Stark Theme?
Avengers Endgame Tony Stark Theme es una extensión de Chrome desarrollada por http://www.appicted.in, y su función principal es "Part of the journey is the end.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Avengers Endgame Tony Stark Theme
Descarga archivos de extensión Avengers Endgame Tony Stark 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
How do you think it's going to end? :-) You can check out more of my work at: www.appicted.in Bye bye!
Información Básica de la Extensión
Nombre | |
ID | ocgaipbjkgllbpcdeddnpbbkigelmmac |
URL Oficial | https://chrome.google.com/webstore/detail/avengers-endgame-tony-sta/ocgaipbjkgllbpcdeddnpbbkigelmmac |
Descripción | Part of the journey is the end. |
Tamaño del Archivo | 546 KB |
Cantidad de Instalaciones | 89 |
Versión Actual | 0.0.1 |
Última Actualización | 2018-12-09 |
Fecha de Publicación | 2018-12-09 |
Desarrollador | http://www.appicted.in |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.coach.me/Dhiraj?ref=YJNVl |
URL de la Página de Ayuda | http://www.appicted.in |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.1", "description": "Part of the journey is the end.", "name": "Avengers Endgame Tony Stark Theme", "browser_action": { "default_icon": "icon.png", "default_title": "Avengers Endgame Tony Stark" }, "permissions": [ "tabs" ], "chrome_url_overrides": { "newtab": "newTab.html" }, "icons": { "64": "smallIcon.png", "128": "icon.png" }, "incognito": "split" } |