Marvel

Marvel searching browser extension

Qu'est-ce que Marvel ?

Marvel est une extension Chrome développée par dev.infinitywalls, et sa fonction principale est "Marvel searching browser extension".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Marvel

Téléchargez les fichiers d'extension Marvel au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Marvel Marvel
ID lfofpknejdihfgnolcgmfihnjmpkocgg
URL Officiel https://chromewebstore.google.com/detail/marvel/lfofpknejdihfgnolcgmfihnjmpkocgg
Description Marvel searching browser extension
Taille du Fichier 18.61 MB
Nombre d'Installations 207
Version Actuelle 1.0
Dernière Mise à Jour 2022-04-20
Date de Publication 2022-04-19
Développeur dev.infinitywalls
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://infinitywalls.xyz/
URL de la Page d'Aide https://infinitywalls.xyz/contact.html
URL de la Page de Politique de Confidentialité https://infinitywalls.xyz/privacy-policy.html
Langues Prises en Charge 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"
    }
}