Marvel
Marvel searching browser extension
Was ist Marvel?
Marvel ist eine Chrome-Erweiterung, die von dev.infinitywalls entwickelt wurde, und ihr Hauptmerkmal ist "Marvel searching browser extension".
Erweiterungsscreenshots
Marvel-Erweiterungs-CRX-Datei herunterladen
Laden Sie Marvel-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lfofpknejdihfgnolcgmfihnjmpkocgg |
Offizielle URL | https://chromewebstore.google.com/detail/marvel/lfofpknejdihfgnolcgmfihnjmpkocgg |
Beschreibung | Marvel searching browser extension |
Dateigröße | 18.61 MB |
Installationsanzahl | 207 |
Aktuelle Version | 1.0 |
Letztes Update | 2022-04-20 |
Veröffentlichungsdatum | 2022-04-19 |
Entwickler | dev.infinitywalls |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://infinitywalls.xyz/ |
Hilfeseite URL | https://infinitywalls.xyz/contact.html |
URL der Datenschutzrichtlinien-Seite | https://infinitywalls.xyz/privacy-policy.html |
Unterstützte Sprachen | 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" } } |