BetterWriter.ai

Select text and generate alternative suggestions.

What is BetterWriter.ai?

BetterWriter.ai is a Chrome extension developed by http://betterwriter.ai, and its main feature is "Select text and generate alternative suggestions.".

Extension Screenshots

screenshot

Download BetterWriter.ai Extension CRX File

Download BetterWriter.ai 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

                        Simply install a Chrome Extension to write better and faster with GPT-3. https://betterwriter.ai/                    

Extension Basic Information

Name BetterWriter.ai BetterWriter.ai
ID fjkbkpcdannglhledpgjefalcfkbibng
Official URL https://chrome.google.com/webstore/detail/betterwriterai/fjkbkpcdannglhledpgjefalcfkbibng
Description Select text and generate alternative suggestions.
File Size 241 KB
Installation Count 613
Current Version 0.21
Last Updated 2021-08-18
Publish Date 2021-05-11
Rating 3.67/5 Total 3 Ratings
Developer http://betterwriter.ai
Email [email protected]
Payment Type in_app
Extension Website https://betterwriter.ai/
Privacy Policy Page URL https://betterwriter.ai/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BetterWriter.ai",
    "version": "0.21",
    "description": "Select text and generate alternative suggestions.",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "tabs",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "16": ".\/obj-16x16.png",
        "32": ".\/obj-32x32.png",
        "48": ".\/obj-48x48.png",
        "128": ".\/obj-128x128.png"
    }
}