Mirror Page

Mirrors the page when you click the icon

What is Mirror Page?

Mirror Page is a Chrome extension developed by gnsd.tc, and its main feature is "Mirrors the page when you click the icon".

Extension Screenshots

screenshot

Download Mirror Page Extension CRX File

Download Mirror Page 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

                        Simple app for using Chrome with your teleprompter. Vertically flips (mirrors) the contents of the page. (Does not support all websites (for example YouTube) and does not support scrolling).                    

Extension Basic Information

Name Mirror Page Mirror Page
ID fmifopjhkndcffjjdglomeipmgdkoaeo
Official URL https://chromewebstore.google.com/detail/mirror-page/fmifopjhkndcffjjdglomeipmgdkoaeo
Description Mirrors the page when you click the icon
File Size 3.18 KB
Installation Count 740
Current Version 0.1
Last Updated 2021-06-12
Publish Date 2021-06-12
Rating 2.00/5 Total 1 Ratings
Developer gnsd.tc
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.gnsd.tc/p/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mirror Page",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Mirrors the page when you click the icon",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}