WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Writesonic: AI Writing, SEO, and Keywords

Writesonic: AI Writing, SEO, and Keywords

View on Chrome Web Store
View Writesonic: AI Writing, SEO, and Keywords Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (3,745 ratings)
2 new ratings
6 views
This extension has been viewed 6 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.

ChatGPT for content creation and SEO. Write anywhere online. Get keyword data, trends, & content suggestions in Google.
Type
Extension
Users
90,000 users
10K
Website writesonic.com
Writesonic
View author page of Writesonic
Featured Extension

Hand-picked for quality and usefulness

Published
Published on January 7, 2023
Version 1.0.0.92
Manifest version
3
Updated
Updated on May 3, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Writesonic: AI Writing, SEO, and Keywords 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": "Writesonic: AI Writing, SEO, and Keywords",
    "description": "ChatGPT for content creation and SEO. Write anywhere online. Get keyword data, trends, & content suggestions in Google.",
    "version": "1.0.0.92",
    "icons": {
        "128": "images\/logo_cropped.png"
    },
    "action": {
        "default_icon": {
            "128": "images\/logo_cropped.png"
        },
        "default_popup": "pages\/popup\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/search*",
                "https:\/\/www.bing.com\/search*"
            ],
            "js": [
                "js\/content_search.js"
            ],
            "css": [
                "css\/content_search.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/ads.google.com\/aw\/*",
                "https:\/\/adsmanager.facebook.com\/*",
                "https:\/\/studio.youtube.com\/channel\/*"
            ],
            "css": [
                "css\/content_ads.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/app.writesonic.com\/*",
                "https:\/\/staging.writesonic.com\/*"
            ],
            "js": [
                "js\/content_auth.js"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "js\/content_main.js"
            ],
            "css": [
                "css\/main\/main.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/secure.helpscout.net\/*"
            ],
            "css": [
                "css\/content_helpscout.css"
            ],
            "all_frames": false,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*\/wp-admin\/post*"
            ],
            "js": [
                "js\/content_wordpress.js"
            ],
            "css": [
                "css\/content_wordpress.css",
                "css\/main\/main.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/content_alliframes.js"
            ],
            "all_frames": false,
            "run_at": "document_idle"
        }
    ],
    "commands": {
        "toggle-feature": {
            "suggested_key": {
                "chromeos": "Ctrl+M",
                "default": "Ctrl+M",
                "linux": "Ctrl+M",
                "mac": "Command+M",
                "windows": "Ctrl+M"
            },
            "description": "Toggle Writesonic on any page."
        }
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "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