WebExtension.net
WebExtension.net

Multilanguage Translator

View on Chrome Web Store
View Multilanguage Translator Chrome Extension on Chrome Web Store
4.8 (454 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Multilanguage Translator, translate words, translate phrases. Full page translator and dictionary, text to speech (TTS).
Type
Extension
Users
1,000,000 users
Karen Dunn
View author page of Karen Dunn
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 21, 2022
Version 1.2.10
Manifest version
3
Updated
Updated on June 13, 2024
View on Chrome Web Store
View Multilanguage Translator Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2.10",
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "js\/*",
                "assets\/*",
                "icons\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/contentScripts.js"
            ],
            "all_frames": true
        }
    ],
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "action": {
        "default_popup": "popup\/index.html"
    }
}
WebExtension.net

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

© 2024 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