WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
XTranslate

XTranslate

View on Chrome Web Store
View XTranslate Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (1,607 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.

Easy translate text on web-pages
Type
Extension
Users
60,000 users
10K
Roman Esco
View author page of Roman Esco
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 19, 2014
Version 5.4.0
Manifest version
3
Updated
Updated on September 17, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View XTranslate 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",
    "name": "XTranslate",
    "description": "__MSG_short_description__",
    "version": "5.4.0",
    "manifest_version": 3,
    "default_locale": "en",
    "homepage_url": "https:\/\/xtranslate.dev\/",
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "options.html?page=translate",
        "default_icon": {
            "19": "assets\/icons\/48.png",
            "38": "assets\/icons\/48.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+X"
            }
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "run_at": "document_idle",
            "js": [
                "content-script-entry.js"
            ],
            "matches": [
                "<all_urls>",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.*"
            ],
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "*:\/\/*\/*",
        "<all_urls>"
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "scripting",
        "contextMenus",
        "activeTab",
        "tabs"
    ]
}
© 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