B3DWebDriver

Provides extra native functionality to 3DNetMedical.

What is B3DWebDriver?

B3DWebDriver is a Chrome extension developed by https://www.3dnetmedical.com, and its main feature is "Provides extra native functionality to 3DNetMedical.".

Extension Screenshots

screenshot
screenshot

Download B3DWebDriver Extension CRX File

Download B3DWebDriver 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

                        Provides extra native functionality to 3DNetMedical.                    

Extension Basic Information

Name B3DWebDriver B3DWebDriver
ID agmcbllppnndphgfcbhhafedoahiffad
Official URL https://chromewebstore.google.com/detail/b3dwebdriver/agmcbllppnndphgfcbhhafedoahiffad
Description Provides extra native functionality to 3DNetMedical.
File Size 50.93 KB
Installation Count 419
Current Version 1.0.317
Last Updated 2023-07-03
Publish Date 2020-04-06
Rating 4.33/5 Total 3 Ratings
Developer https://www.3dnetmedical.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.3dnetmedical.com/docs/PrivacyPolicy.pdf
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.317",
    "author": "Biotronics 3D Ltd.",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "images\/favicon.png",
        "128": "images\/favicon.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.3dnetmedical.com\/*",
                "*:\/\/*.affidea.com\/*",
                "*:\/\/*.affidea.pt\/*",
                "*:\/\/*.euromedic.pt\/*",
                "*:\/\/*.affidea-portal.ch\/*",
                "*:\/\/*.affidea.ie\/*",
                "*:\/\/*.affidea.hu\/*",
                "*:\/\/*.affidea.lt\/*",
                "*:\/\/*.affidea.hu\/*",
                "*:\/\/*.affidea.ro\/*",
                "*:\/\/*.hygeia-group.com\/*",
                "*:\/\/*.euroclinic.gr\/*",
                "*:\/\/*.biotypos.gr\/*",
                "*:\/\/*.he-experience.com\/*",
                "*:\/\/*.he-experience.gr\/*",
                "*:\/\/*.euromednet.gr\/*",
                "*:\/\/oly-pacs.intracom-telecom.com\/*",
                "*:\/\/*.metropolitan-general.gr\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.3dnetmedical.com\/*",
        "*:\/\/*.affidea.com\/*",
        "*:\/\/*.affidea.pt\/*",
        "*:\/\/*.euromedic.pt\/*",
        "*:\/\/*.affidea-portal.ch\/*",
        "*:\/\/*.affidea.ie\/*",
        "*:\/\/*.affidea.hu\/*",
        "*:\/\/*.affidea.lt\/*",
        "*:\/\/*.affidea.hu\/*",
        "*:\/\/*.affidea.ro\/*",
        "*:\/\/*.hygeia-group.com\/*",
        "*:\/\/*.euroclinic.gr\/*",
        "*:\/\/*.biotypos.gr\/*",
        "*:\/\/*.he-experience.com\/*",
        "*:\/\/*.he-experience.gr\/*",
        "*:\/\/*.euromednet.gr\/*",
        "*:\/\/oly-pacs.intracom-telecom.com\/*",
        "*:\/\/*.metropolitan-general.gr\/*"
    ],
    "permissions": [
        "system.display",
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    }
}