MIX

Meaningful Internet Experience. A co-creation of IMMAP and SVEN.

Cos'è MIX?

MIX è un'estensione di Chrome sviluppata da SVEN, e la sua funzione principale è "Meaningful Internet Experience. A co-creation of IMMAP and SVEN.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MIX

Scarica i file di estensione MIX 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

                        So much of our day is spent on the internet and it’s about time we all find out how it really affects our daily moods and feels. MIX is here to help!

MIX lets us discover the possible connection between our moods and online activities to help us find that sweet mix that can bring a more Meaningful Internet eXperience.

Let’s all make our online life sweeter with MIX!                    

Informazioni di Base sull'Estensione

Nome MIX MIX
ID ibhocffhinnpjaondboilflopppkomgg
URL Ufficiale https://chromewebstore.google.com/detail/mix/ibhocffhinnpjaondboilflopppkomgg
Descrizione Meaningful Internet Experience. A co-creation of IMMAP and SVEN.
Dimensione del File 8.85 MB
Conteggio Installazioni 218
Versione Corrente 0.0.20
Ultimo Aggiornamento 2022-09-01
Data di Pubblicazione 2021-12-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore SVEN
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mix.immap.com.ph
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Meaningful Internet Experience. A co-creation of IMMAP and SVEN.",
    "version": "0.0.20",
    "manifest_version": 3,
    "name": "MIX",
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "34": "icon-34.png"
        },
        "default_title": "MIX"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html",
                "icon-128.png",
                "icon-34.png",
                "*.woff2",
                "popup.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "storage",
        "alarms",
        "background"
    ]
}