freeconnect

freeconnect for bluetooth device

What is freeconnect?

freeconnect is a Chrome extension developed by davidsiga2022, and its main feature is "freeconnect for bluetooth device".

Extension Screenshots

screenshot

Download freeconnect Extension CRX File

Download freeconnect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        connect to bluetooth devices through web hid, used for advanced UI control, firmware upgrade and etc.                    

Extension Basic Information

Name freeconnect freeconnect
ID abonpieipbodlgcodadpemmhpiiogfla
Official URL https://chromewebstore.google.com/detail/freeconnect/abonpieipbodlgcodadpemmhpiiogfla
Description freeconnect for bluetooth device
File Size 1.38 MB
Installation Count 168
Current Version 1.0.1
Last Updated 2022-10-15
Publish Date 2022-10-14
Developer davidsiga2022
Email [email protected]
Payment Type free
Extension Website https://www.gigawit.com/
Help Page URL https://www.gigawit.com/
Privacy Policy Page URL https://segmentfault.com/privacy?utm_source=sf-footer
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_title": "freeConnect"
    },
    "description": "freeconnect for bluetooth device",
    "icons": {
        "128": "images\/logo.png",
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png"
    },
    "manifest_version": 3,
    "name": "freeconnect",
    "permissions": [],
    "version": "1.0.1",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.gigawit.com\/*"
            ],
            "js": [
                "js\/oauth_callback.js",
                "main.js",
                "js\/sw-toolbox.js",
                "js\/jquery-ui-1.8.4.custom.min.js",
                "js\/jQuery.peSlider.js",
                "js\/jquery.1.4.2-min.js",
                "js\/companion.js",
                "HidTerminal.js",
                "js\/apexcharts.js"
            ]
        }
    ]
}