MIX

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

O que é MIX?

MIX é uma extensão do Chrome desenvolvida por SVEN, e sua principal característica é "Meaningful Internet Experience. A co-creation of IMMAP and SVEN.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MIX

Baixe arquivos de extensão MIX no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome MIX MIX
ID ibhocffhinnpjaondboilflopppkomgg
URL Oficial https://chromewebstore.google.com/detail/mix/ibhocffhinnpjaondboilflopppkomgg
Descrição Meaningful Internet Experience. A co-creation of IMMAP and SVEN.
Tamanho do Arquivo 8.85 MB
Contagem de Instalações 218
Versão Atual 0.0.20
Última Atualização 2022-09-01
Data de Publicação 2021-12-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor SVEN
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://mix.immap.com.ph
Idiomas Suportados 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"
    ]
}