Marvel
Marvel searching browser extension
Co to jest Marvel?
Marvel to rozszerzenie Chrome opracowane przez dev.infinitywalls, a jego główną funkcją jest „Marvel searching browser extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Marvel
Pobierz pliki rozszerzeń Marvel w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lfofpknejdihfgnolcgmfihnjmpkocgg |
Oficjalny URL | https://chromewebstore.google.com/detail/marvel/lfofpknejdihfgnolcgmfihnjmpkocgg |
Opis | Marvel searching browser extension |
Rozmiar pliku | 18.61 MB |
Liczba instalacji | 207 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2022-04-20 |
Data Publikacji | 2022-04-19 |
Deweloper | dev.infinitywalls |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://infinitywalls.xyz/ |
Adres URL Strony Pomocy | https://infinitywalls.xyz/contact.html |
Adres URL Strony Polityki Prywatności | https://infinitywalls.xyz/privacy-policy.html |
Obsługiwane Języki | 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" } } |