Chat Translator v.2.0

This extension automatically translate any text that you type.

What is Chat Translator v.2.0?

Chat Translator v.2.0 is a Chrome extension developed by Scrupp, and its main feature is "This extension automatically translate any text that you type.".

Extension Screenshots

screenshot
screenshot

Download Chat Translator v.2.0 Extension CRX File

Download Chat Translator v.2.0 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

                        This extension automatically translate any text that you type.                    

Extension Basic Information

Name Chat Translator v.2.0 Chat Translator v.2.0
ID bgpjnknbmhdhgpofaeifiokeniefmael
Official URL https://chromewebstore.google.com/detail/chat-translator-v20/bgpjnknbmhdhgpofaeifiokeniefmael
Description This extension automatically translate any text that you type.
File Size 48.83 KB
Installation Count 711
Current Version 2.0.1
Last Updated 2018-03-05
Publish Date 2018-03-05
Rating 4.25/5 Total 4 Ratings
Developer Scrupp
Email [email protected]
Payment Type free
Help Page URL https://www.facebook.com/profile.php?id=100004689825123
Privacy Policy Page URL https://scrupp.com/policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chat Translator v.2.0",
    "description": "This extension automatically translate any text that you type.",
    "version": "2.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "templates\/menu.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "templates\/pop-up.html"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}