DashAI - ChatGPT on Every Webpage

Instant access to ChatGPT on every webpage

What is DashAI - ChatGPT on Every Webpage?

DashAI - ChatGPT on Every Webpage is a Chrome extension developed by BirdNinja, and its main feature is "Instant access to ChatGPT on every webpage".

Extension Screenshots

screenshot

Download DashAI - ChatGPT on Every Webpage Extension CRX File

Download DashAI - ChatGPT on Every Webpage 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

                        ChatGPT access on every webpage. Chat on the side, highlight and execute commands, generate AI content in textfields and more.                    

Extension Basic Information

Name DashAI - ChatGPT on Every Webpage DashAI - ChatGPT on Every Webpage
ID kccnongminphpdehepbcgmmbkpglgdoh
Official URL https://chromewebstore.google.com/detail/dashai-chatgpt-on-every-w/kccnongminphpdehepbcgmmbkpglgdoh
Description Instant access to ChatGPT on every webpage
File Size 399 KB
Installation Count 47
Current Version 1.0.6
Last Updated 2023-08-05
Publish Date 2023-05-21
Rating 3.00/5 Total 2 Ratings
Developer BirdNinja
Email [email protected]
Payment Type free
Extension Website https://www.dashai.xyz
Help Page URL https://www.dashai.xyz
Privacy Policy Page URL https://www.birdninja.io/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DashAI - ChatGPT on Every Webpage",
    "version": "1.0.6",
    "description": "Instant access to ChatGPT on every webpage",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index-b15a1a90.js"
            ],
            "css": [
                "content\/styling.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "pages\/popup\/index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "chunks\/index-1767ce8b.js"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "content\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}