WebExtension.net
Toggle dark mode
WebExtension.net

XTranslate

View on Chrome Web Store
View XTranslate Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (1,563 ratings)
1 new ratings
0 views
This extension has been viewed 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
70,000 users
10K
Website xtranslate.dev
Roman Esco
View author page of Roman Esco
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 19, 2014
Version 4.5.5
Manifest version
3
Updated
Updated on February 19, 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": "4.5.5",
    "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": true,
            "run_at": "document_start",
            "js": [
                "content-script.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",
        "declarativeNetRequest"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 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