WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
LightWindow: link preview, browser-in-browser

LightWindow: link preview, browser-in-browser

View on Chrome Web Store
View LightWindow: link preview, browser-in-browser Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (12 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.

Too many tabs? Time to upgrade to 3D browsing
Type
Extension
Users
321 users
3
ndgfm
View author page of ndgfm
Published
Published on June 24, 2024
Version 1.7.30
Manifest version
3
Updated
Updated on July 26, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View LightWindow: link preview, browser-in-browser 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",
    "name": "__MSG_ExtName__",
    "version": "1.7.30",
    "manifest_version": 3,
    "description": "__MSG_ExtDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "webNavigation",
        "tabs",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon\/48.png",
        "128": "icon\/128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "styles\/lightWindow.css"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "styles\/loader.css"
            ],
            "match_about_blank": true,
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/48.png",
                "assets\/*.svg",
                "styles\/lightWindow.css",
                "styles\/loader.css",
                "proxyframe.html",
                "endFrameIdentification.html",
                "new-page.html",
                "*.js.map"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 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