Qwik Me Up

Your daily pick me up while searching the web

Qu'est-ce que Qwik Me Up ?

Qwik Me Up est une extension Chrome développée par https://mosaicdigital.net, et sa fonction principale est "Your daily pick me up while searching the web".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Qwik Me Up

Téléchargez les fichiers d'extension Qwik Me Up au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Qwik Me Up Qwik Me Up
ID lfdnmpogofihlpiagofpmmpbjmdanabp
URL Officiel https://chromewebstore.google.com/detail/qwik-me-up/lfdnmpogofihlpiagofpmmpbjmdanabp
Description Your daily pick me up while searching the web
Taille du Fichier 2.08 MB
Nombre d'Installations 11,275
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-01-06
Date de Publication 2021-09-22
Évaluation 4.00/5 Total 3 Évaluations
Développeur https://mosaicdigital.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mosaicdigital.net/
URL de la Page de Politique de Confidentialité https://mosaicdigital.net/privacy-policy
Langues Prises en Charge 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"
    ]
}