Marvel
Marvel searching browser extension
Wat is Marvel?
Marvel is een Chrome-extensie ontwikkeld door dev.infinitywalls, en de belangrijkste functie is "Marvel searching browser extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Marvel
Download Marvel-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | lfofpknejdihfgnolcgmfihnjmpkocgg |
Officiële URL | https://chromewebstore.google.com/detail/marvel/lfofpknejdihfgnolcgmfihnjmpkocgg |
Beschrijving | Marvel searching browser extension |
Bestandsgrootte | 18.61 MB |
Aantal Installaties | 207 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-04-20 |
Publicatiedatum | 2022-04-19 |
Ontwikkelaar | dev.infinitywalls |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://infinitywalls.xyz/ |
Help Pagina-URL | https://infinitywalls.xyz/contact.html |
URL van de Privacybeleid Pagina | https://infinitywalls.xyz/privacy-policy.html |
Ondersteunde Talen | 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" } } |