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
公式URL 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
Eメール [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"
    ]
}