MIX

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

什麼是MIX?

MIX是由SVEN開發的Chrome擴展程式,該擴展的主要功能是“Meaningful Internet Experience. A co-creation of IMMAP and SVEN.”。

擴展截圖

screenshot
screenshot
screenshot

下載MIX擴展crx文件

下載MIX擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 MIX MIX
ID ibhocffhinnpjaondboilflopppkomgg
官方網址 https://chromewebstore.google.com/detail/mix/ibhocffhinnpjaondboilflopppkomgg
簡介 Meaningful Internet Experience. A co-creation of IMMAP and SVEN.
檔案大小 8.85 MB
安裝次數 218
目前版本 0.0.20
更新時間 2022-09-01
上架時間 2021-12-23
評分 5.00/5 共 1 次評分
開發者 SVEN
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mix.immap.com.ph
支援的語言 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"
    ]
}