Marvel
Marvel searching browser extension
Cos'è Marvel?
Marvel è un'estensione di Chrome sviluppata da dev.infinitywalls, e la sua funzione principale è "Marvel searching browser extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Marvel
Scarica i file di estensione Marvel in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | lfofpknejdihfgnolcgmfihnjmpkocgg |
URL Ufficiale | https://chromewebstore.google.com/detail/marvel/lfofpknejdihfgnolcgmfihnjmpkocgg |
Descrizione | Marvel searching browser extension |
Dimensione del File | 18.61 MB |
Conteggio Installazioni | 207 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2022-04-20 |
Data di Pubblicazione | 2022-04-19 |
Sviluppatore | dev.infinitywalls |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://infinitywalls.xyz/ |
URL della Pagina di Aiuto | https://infinitywalls.xyz/contact.html |
URL della Pagina della Politica sulla Privacy | https://infinitywalls.xyz/privacy-policy.html |
Lingue Supportate | 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" } } |