WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
MyLens AI: Webpage and YouTube Video Summarizer

MyLens AI: Webpage and YouTube Video Summarizer

View on Chrome Web Store
View MyLens AI: Webpage and YouTube Video Summarizer Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (16 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

MyLens AI turns any website or YouTube video into easy-to-understand visuals like mindmaps, timelines, flowcharts, and more.
Type
Extension
Users
3,000 users
500
Website mylens.ai
MyLens.ai
View author page of MyLens.ai
Published
Published on October 17, 2024
Version 1.3.1
Manifest version
3
Updated
Updated on April 25, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View MyLens AI: Webpage and YouTube Video Summarizer 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": "MyLens AI: Webpage and YouTube Video Summarizer",
    "version": "1.3.1",
    "description": "MyLens AI turns any website or YouTube video into easy-to-understand visuals like mindmaps, timelines, flowcharts, and more.",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "identity",
        "tabs",
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "icons": {
        "16": "public\/icons\/icon-16.png",
        "48": "public\/icons\/icon-48.png",
        "128": "public\/icons\/icon-128.png"
    },
    "action": {
        "default_title": "MyLens.ai",
        "default_icon": {
            "16": "public\/icons\/icon-16.png",
            "48": "public\/icons\/icon-48.png",
            "128": "public\/icons\/icon-128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/boot.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/embed.mylens.ai\/*"
            ],
            "resources": [
                "*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "assets\/constant.js",
                "assets\/main.tsx.js"
            ],
            "use_dynamic_url": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; script-src-elem 'self' 'unsafe-inline' 'wasm-unsafe-eval'; object-src 'self'; connect-src https:\/\/auth.mylens.ai https:\/\/api.mylens.ai https:\/\/mylens.ai; style-src 'self' 'unsafe-inline' https:\/\/fonts.googleapis.com"
    }
}
© 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