Marvel

Marvel searching browser extension

¿Qué es Marvel?

Marvel es una extensión de Chrome desarrollada por dev.infinitywalls, y su función principal es "Marvel searching browser extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Marvel

Descarga archivos de extensión Marvel 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

                        InfinityWalls – Marvel backrounds

InfinityWalls – get your favourite Marvel character to be your browser backrgound
For more information please visit: https://infinitywalls.xyz/index.html

Please leave us a 5 start review!
By clicking "Add to chrome" you accept and agree to installing the InfinityWalls extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at 
https://infinitywalls.xyz/terms-and-conditions.html and privacy policy at https://infinitywalls.xyz/privacy-policy.html

The extension will update your new-tab with customizable Marvel background,  and it will change your search engine to be powered by Bing.                    

Información Básica de la Extensión

Nombre Marvel Marvel
ID lfofpknejdihfgnolcgmfihnjmpkocgg
URL Oficial https://chromewebstore.google.com/detail/marvel/lfofpknejdihfgnolcgmfihnjmpkocgg
Descripción Marvel searching browser extension
Tamaño del Archivo 18.61 MB
Cantidad de Instalaciones 207
Versión Actual 1.0
Última Actualización 2022-04-20
Fecha de Publicación 2022-04-19
Desarrollador dev.infinitywalls
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://infinitywalls.xyz/
URL de la Página de Ayuda https://infinitywalls.xyz/contact.html
URL de la Página de Política de Privacidad https://infinitywalls.xyz/privacy-policy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marvel",
    "description": "Marvel searching browser extension",
    "version": "1.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/infinitywalls.xyz\/index.html",
    "background": {
        "service_worker": ".\/background.js"
    },
    "chrome_url_overrides": {
        "newtab": ".\/index.html"
    },
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/marvel.png",
            "32": "\/images\/marvel.png",
            "48": "\/images\/marvel.png",
            "128": "\/images\/marvel.png"
        }
    },
    "icons": {
        "16": "\/images\/marvel.png",
        "32": "\/images\/marvel.png",
        "48": "\/images\/marvel.png",
        "128": "\/images\/marvel.png"
    }
}