MIX

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

MIX क्या है?

MIX SVEN द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Meaningful Internet Experience. A co-creation of IMMAP and SVEN."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में MIX एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}