WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Video Quality Enhancer Extension: ClipMage AI

Video Quality Enhancer Extension: ClipMage AI

View on Chrome Web Store
View Video Quality Enhancer Extension: ClipMage AI Chrome Extension on Chrome Web Store
Add to bookmarks
2.0 (4 ratings)
1 new ratings
7 views
This extension has been viewed 7 times
0 downloads
This extension has been downloaded 0 times

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

AI Powered Video Quality Enhancement for all videos in chrome.
Type
Extension
Users
748 users
1
Website clipmove.com
ChatShape.com
View author page of ChatShape.com
Published
Published on June 11, 2024
Version 0.1
Manifest version
3
Updated
Updated on June 11, 2024
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Video Quality Enhancer Extension: ClipMage AI Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Video Quality Enhancer Extension: ClipMage AI",
    "version": "0.1",
    "description": "AI Powered Video Quality Enhancement for all videos in chrome. ",
    "options_ui": {
        "page": "src\/pages\/options\/index.html"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon-34.png"
    },
    "devtools_page": "src\/pages\/devtools\/index.html",
    "side_panel": {
        "default_path": "src\/pages\/panel\/index.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "sidePanel",
        "scripting",
        "activeTab",
        "storage",
        "identity"
    ],
    "oauth2": {
        "client_id": "691290769471-ncg2fb7jd9pn7v2qavqrklb6nkd68gab.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "<all_urls>"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "contentStyle.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icon-128.png",
                "icon-34.png",
                "https:\/\/accounts.google.com\/gsi\/client"
            ],
            "matches": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2025 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