Marvel
Marvel searching browser extension
What is Marvel?
Marvel is a Chrome extension developed by dev.infinitywalls, and its main feature is "Marvel searching browser extension".
Extension Screenshots
Download Marvel Extension CRX File
Download Marvel extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lfofpknejdihfgnolcgmfihnjmpkocgg |
Official URL | https://chromewebstore.google.com/detail/marvel/lfofpknejdihfgnolcgmfihnjmpkocgg |
Description | Marvel searching browser extension |
File Size | 18.61 MB |
Installation Count | 207 |
Current Version | 1.0 |
Last Updated | 2022-04-20 |
Publish Date | 2022-04-19 |
Developer | dev.infinitywalls |
[email protected] | |
Payment Type | free |
Extension Website | https://infinitywalls.xyz/ |
Help Page URL | https://infinitywalls.xyz/contact.html |
Privacy Policy Page URL | https://infinitywalls.xyz/privacy-policy.html |
Supported Languages | 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" } } |