Marvel

Marvel searching browser extension

Vad är Marvel?

Marvel är en Chrome-tillägg utvecklad av dev.infinitywalls, och dess huvudfunktion är "Marvel searching browser extension".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Marvel-förlängningens CRX-fil

Ladda ner Marvel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Marvel Marvel
ID lfofpknejdihfgnolcgmfihnjmpkocgg
Officiell webbadress https://chromewebstore.google.com/detail/marvel/lfofpknejdihfgnolcgmfihnjmpkocgg
Beskrivning Marvel searching browser extension
Filstorlek 18.61 MB
Antal Installationer 207
Aktuell Version 1.0
Senast Uppdaterad 2022-04-20
Publiceringsdatum 2022-04-19
Utvecklare dev.infinitywalls
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://infinitywalls.xyz/
Hjälpsida URL https://infinitywalls.xyz/contact.html
URL till Sekretesspolicy Sidan https://infinitywalls.xyz/privacy-policy.html
Stödda Språk 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"
    }
}