WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TextCortex: Personal AI Assistant & AI Writer

TextCortex: Personal AI Assistant & AI Writer

View on Chrome Web Store
View TextCortex: Personal AI Assistant & AI Writer Chrome Extension on Chrome Web Store
Add to bookmarks
4.9 (1,634 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.

Tailor your AI assistant to your style & needs — uniquely crafted from your own inputs and integrated with 10.000+ platforms.
Type
Extension
Users
70,000 users
10K
Website textcortex.com
TextCortex AI
View author page of TextCortex AI
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 24, 2022
Version 2.0.1
Manifest version
3
Updated
Updated on June 6, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View TextCortex: Personal AI Assistant & AI Writer 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_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.0.1",
    "default_locale": "en",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab",
        "clipboardRead",
        "scripting",
        "sidePanel"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "sidebar_action": {
        "default_icon": "\/images\/logo_32.png",
        "default_title": "TextCortex AI",
        "default_panel": "sidepanel.html"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "32": "\/images\/logo_32.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png",
            "166": "\/images\/logo_128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo_square_16.png",
        "32": "\/images\/logo_square_32.png",
        "48": "\/images\/logo_square_48.png",
        "128": "\/images\/logo_square_512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_idle",
            "exclude_matches": [
                "*:\/\/accounts.google.com\/*",
                "*:\/\/music.youtube.com\/*",
                "*:\/\/tagassistant.google.com\/*"
            ],
            "css": [
                "css\/textcortex-fonts.css"
            ]
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "googleDocsPre.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                ".\/scripts\/appendYTScriptTag.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.textcortex.com\/*",
            "https:\/\/*.textcortex.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/onboarding\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "injectionDev.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        },
        {
            "resources": [
                "injectionProd.js"
            ],
            "matches": [
                "https:\/\/docs.google.com\/*"
            ]
        },
        {
            "resources": [
                "fonts\/*",
                "css\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "interceptYoutubeNetwork.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        },
        {
            "resources": [
                "requestPermissions.html",
                "requestPermissions.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "injectDom.js"
            ],
            "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