WebExtension.net
WebExtension.net

OKIOLABS Mirror Image Corrector

View on Chrome Web Store
View OKIOLABS Mirror Image Corrector Chrome Extension on Chrome Web Store
2.0 (4 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet.
Type
Extension
Users
5,000 users
https://www.okiolabs.com
View author page of https://www.okiolabs.com
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 12, 2022
Version 1.0.9
Manifest version
3
Updated
Updated on April 12, 2022
View on Chrome Web Store
View OKIOLABS Mirror Image Corrector Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OKIOLABS Mirror Image Corrector",
    "description": "The OKIOLABS Mirror Image Corrector extension allows you to correct the adjusted image that occurs when using Google Meet.",
    "version": "1.0.9",
    "icons": {
        "16": "icon48.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Only can use in Google Meet.",
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/meet.google.com\/*"
    ],
    "background": {
        "service_worker": "event.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/meet.google.com\/*"
            ],
            "js": [
                "execute.js"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top