WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Astra Vision

Astra Vision

View on Chrome Web Store
View Astra Vision Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (8 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.

Astra Vision is an AI-powered web extension integrating a suite of powerful AI tools: Astra Guard and AI Snapper.
Type
Extension
Users
89 users
2
AstraLabs Inc.
View author page of AstraLabs Inc.
Published
Published on March 22, 2024
Version 1.0.6
Manifest version
3
Updated
Updated on March 22, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Astra Vision 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": "Astra Vision",
    "version": "1.0.6",
    "description": "Astra Vision is an AI-powered web extension integrating a suite of powerful AI tools: Astra Guard and AI Snapper.",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "cookies",
        "commands",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "js": [
                "lib\/jquery.js",
                "lib\/jquery.Jcrop.min.js",
                "lib\/jquery-ui.min.js",
                "lib\/marked.min.js",
                "inject.js"
            ],
            "css": [
                "lib\/jquery.Jcrop.min.css",
                "lib\/jquery-ui.min.css",
                "css\/inject.css"
            ],
            "run_at": "document_idle",
            "matches": [
                "<all_urls>"
            ],
            "exclude_globs": [
                "*blocked.html*"
            ]
        }
    ],
    "commands": {
        "switch-mode": {
            "suggested_key": "Alt+A",
            "description": "Toggle Snap Mode"
        }
    },
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/logo.png",
            "32": "img\/logo.png",
            "48": "img\/logo.png",
            "128": "img\/logo.png"
        }
    },
    "icons": {
        "16": "img\/logo.png",
        "32": "img\/logo.png",
        "48": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "font\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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