MIX

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

MIX là gì?

MIX là một tiện ích mở rộng Chrome được phát triển bởi SVEN, và tính năng chính của nó là "Meaningful Internet Experience. A co-creation of IMMAP and SVEN.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng MIX

Tải xuống các tệp mở rộng MIX dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên MIX MIX
ID ibhocffhinnpjaondboilflopppkomgg
URL Chính Thức https://chromewebstore.google.com/detail/mix/ibhocffhinnpjaondboilflopppkomgg
Mô tả Meaningful Internet Experience. A co-creation of IMMAP and SVEN.
Kích Thước Tệp 8.85 MB
Số Lần Cài Đặt 218
Phiên Bản Hiện Tại 0.0.20
Cập Nhật Lần Cuối 2022-09-01
Ngày Phát Hành 2021-12-23
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển SVEN
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mix.immap.com.ph
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}