Qwik Me Up

Your daily pick me up while searching the web

Cos'è Qwik Me Up?

Qwik Me Up è un'estensione di Chrome sviluppata da https://mosaicdigital.net, e la sua funzione principale è "Your daily pick me up while searching the web".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Qwik Me Up

Scarica i file di estensione Qwik Me Up 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

                        Qwik Me Up gives you the lift you need when searching online, by displaying inspirational quotes when opening up a new tab in your browser.

By clicking ‘Add to Chrome’ and installing this desktop extension, you are accepting and agreeing to install the Qwik Me Up Chrome extension, and understand that your browser new tab will be replaced to that provided by the service with Microsoft Bing search results, and the Privacy and Terms of Use of the extension.

Privacy Policy: https://mosaicdigital.net/privacy-policy/
Terms of Use: https://mosaicdigital.net/terms-conditions/                    

Informazioni di Base sull'Estensione

Nome Qwik Me Up Qwik Me Up
ID lfdnmpogofihlpiagofpmmpbjmdanabp
URL Ufficiale https://chromewebstore.google.com/detail/qwik-me-up/lfdnmpogofihlpiagofpmmpbjmdanabp
Descrizione Your daily pick me up while searching the web
Dimensione del File 2.08 MB
Conteggio Installazioni 11,275
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-01-06
Data di Pubblicazione 2021-09-22
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore https://mosaicdigital.net
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mosaicdigital.net/
URL della Pagina della Politica sulla Privacy https://mosaicdigital.net/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Qwik Me Up",
    "short_name": "Qwik Me Up",
    "version": "1.0.5",
    "description": "Your daily pick me up while searching the web",
    "icons": {
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "action": {
        "browser_style": false,
        "default_title": "Qwik Me Up"
    },
    "background": {
        "service_worker": "assets\/js\/background.js"
    },
    "host_permissions": [
        "*:\/\/*.qwikmeup.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": [
        "storage"
    ]
}