MIX

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

Was ist MIX?

MIX ist eine Chrome-Erweiterung, die von SVEN entwickelt wurde, und ihr Hauptmerkmal ist "Meaningful Internet Experience. A co-creation of IMMAP and SVEN.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

MIX-Erweiterungs-CRX-Datei herunterladen

Laden Sie MIX-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name MIX MIX
ID ibhocffhinnpjaondboilflopppkomgg
Offizielle URL https://chromewebstore.google.com/detail/mix/ibhocffhinnpjaondboilflopppkomgg
Beschreibung Meaningful Internet Experience. A co-creation of IMMAP and SVEN.
Dateigröße 8.85 MB
Installationsanzahl 218
Aktuelle Version 0.0.20
Letztes Update 2022-09-01
Veröffentlichungsdatum 2021-12-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler SVEN
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://mix.immap.com.ph
Unterstützte Sprachen 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"
    ]
}