Marvel

Marvel searching browser extension

O que é Marvel?

Marvel é uma extensão do Chrome desenvolvida por dev.infinitywalls, e sua principal característica é "Marvel searching browser extension".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Marvel

Baixe arquivos de extensão Marvel no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Marvel Marvel
ID lfofpknejdihfgnolcgmfihnjmpkocgg
URL Oficial https://chromewebstore.google.com/detail/marvel/lfofpknejdihfgnolcgmfihnjmpkocgg
Descrição Marvel searching browser extension
Tamanho do Arquivo 18.61 MB
Contagem de Instalações 207
Versão Atual 1.0
Última Atualização 2022-04-20
Data de Publicação 2022-04-19
Desenvolvedor dev.infinitywalls
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://infinitywalls.xyz/
URL da Página de Ajuda https://infinitywalls.xyz/contact.html
URL da Página de Política de Privacidade https://infinitywalls.xyz/privacy-policy.html
Idiomas Suportados 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"
    }
}