TextOptimizer

Writing Assistant Tool.

What is TextOptimizer?

TextOptimizer is a Chrome extension developed by https://textoptimizer.com, and its main feature is "Writing Assistant Tool.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download TextOptimizer Extension CRX File

Download TextOptimizer 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

                        Writing Assistant Tool.

You don’t have to be an SEO Expert to write expert SEO content! 

Using the latest technology in Neural Networks and Semantic Analysis, anyone can write content-rich text and optimize their content for best search engine results.

TextOptimizer is a writing assistant tool which helps you write concise, high-quality and targeted content that is rich for your readers and optimized for search engines.                    

Extension Basic Information

Name TextOptimizer TextOptimizer
ID fdbbkmpdjmpnebmdgbhcodhlafiicnkd
Official URL https://chromewebstore.google.com/detail/textoptimizer/fdbbkmpdjmpnebmdgbhcodhlafiicnkd
Description Writing Assistant Tool.
File Size 2.4 MB
Installation Count 36,792
Current Version 1.05
Last Updated 2022-03-07
Publish Date 2020-05-15
Rating 4.71/5 Total 45 Ratings
Developer https://textoptimizer.com
Email [email protected]
Payment Type free
Extension Website https://textoptimizer.com
Privacy Policy Page URL https://textoptimizer.com/terms
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TextOptimizer",
    "description": "Writing Assistant Tool.",
    "version": "1.05",
    "homepage_url": "https:\/\/textoptimizer.com",
    "offline_enabled": false,
    "minimum_chrome_version": "67.0.0",
    "icons": {
        "16": "i\/textoptimizer_icon16.png",
        "48": "i\/textoptimizer_icon.png",
        "128": "i\/textoptimizer_icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.4.1.min.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "match_about_blank": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/jquery-ui.js",
                "content_main.js"
            ],
            "css": [
                "css\/jquery-ui.css",
                "css\/textoptimizer_widget.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "i\/icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "cookies",
        "storage",
        "tabs",
        "activeTab",
        "https:\/\/api.textoptimizer.com\/*"
    ],
    "web_accessible_resources": [
        "textoptimizer.html",
        "i\/icon.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google.com https:\/\/www.gstatic.com; object-src 'self'"
}