WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Wordtune: AI Paraphrasing and Grammar Tool

Wordtune: AI Paraphrasing and Grammar Tool

View on Chrome Web Store
View Wordtune: AI Paraphrasing and Grammar Tool Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (2,395 ratings)
1 new ratings
1 views
This extension has been viewed 1 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.

Unlock your potential with Wordtune's free AI writer – paraphrase, rewrite, translate, fix grammar, and more.
Type
Extension
Users
1,000,000 users
Website wordtune.com
Wordtune
View author page of Wordtune
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 10, 2019
Version 9.16.1
Manifest version
3
Updated
Updated on April 9, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Wordtune: AI Paraphrasing and Grammar Tool 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": "Wordtune: AI Paraphrasing and Grammar Tool",
    "description": "Unlock your potential with Wordtune's free AI writer \u2013 paraphrase, rewrite, translate, fix grammar, and more.",
    "version": "9.16.1",
    "short_name": "Wordtune",
    "icons": {
        "16": "\/icon\/16.png",
        "32": "\/icon\/32.png",
        "48": "\/icon\/48.png",
        "128": "\/icon\/128.png"
    },
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "58.0"
        }
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "cookies",
        "storage",
        "scripting",
        "tabs",
        "sidePanel"
    ],
    "side_panel": {
        "default_path": "sidepanel.html"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "https:\/\/*.wordtune.com\/*"
    ],
    "optional_permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.wordtune.com\/*",
            "https:\/\/www.wordtune.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle",
            "js": [
                "content-scripts\/browserDetector.js",
                "content-scripts\/content.js",
                "content-scripts\/read.js"
            ]
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/enableCanvasAnnotations.js"
            ],
            "world": "MAIN"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/wordtuneExtensionInstalled.js"
            ],
            "world": "MAIN"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/**\/*.woff",
                "assets\/**\/*.woff2",
                "assets\/**\/*.png",
                "assets\/**\/*.svg",
                "assets\/**\/*.jpg",
                "assets\/**\/*.gif",
                "assets\/**\/*.css",
                "chunks\/*.js",
                "content-scripts\/*.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "content-scripts\/content.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "content-scripts\/read.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Wordtune",
        "default_popup": "popup.html"
    }
}
© 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