WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
DeepL: AI translator and writing assistant

DeepL: AI translator and writing assistant

View on Chrome Web Store
View DeepL: AI translator and writing assistant Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (11,135 ratings)
6 new ratings
50 views
This extension has been viewed 50 times

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

Translate while you read and write with DeepL Translate, the world’s most accurate translator.
Type
Extension
Users
4,000,000 users
1M
Website deepl.com
DeepL
View author page of DeepL
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 22, 2021
Version 1.43.0
Manifest version
3
Updated
Updated on April 14, 2025
productivity/communication
Extension Category
Website
Visit developer website
View on Chrome Web Store
View DeepL: AI translator and writing assistant 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": "__MSG_appName__",
    "version": "1.43.0",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "identity",
        "tts",
        "alarms",
        "webRequest",
        "cookies",
        "sidePanel"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "images\/**\/*.svg"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "build\/content.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "onboarding.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "build\/dev-page.css"
            ],
            "matches": [
                "chrome-extension:\/\/ocpdpnakdghopjcifldjidbdmfobmmoi\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.deepl.com\/*",
        "https:\/\/api-test.deepl.com\/v1\/*",
        "https:\/\/api.deepl.com\/v1\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "build\/content.css"
            ],
            "js": [
                "build\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/deepl_16.png",
            "32": "images\/deepl_32.png",
            "48": "images\/deepl_48.png",
            "128": "images\/deepl_128.png"
        }
    },
    "side_panel": {
        "default_path": "side-panel.html"
    },
    "icons": {
        "16": "images\/deepl_16.png",
        "32": "images\/deepl_32.png",
        "48": "images\/deepl_48.png",
        "128": "images\/deepl_128.png"
    },
    "commands": {
        "trigger-translation": {
            "name": "trigger-translation",
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_extension_settings_keyboard_shortcut_perform_translation__"
        },
        "change-language": {
            "name": "change-language",
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "__MSG_extension_settings_keyboard_shortcut_change_language__"
        }
    }
}
© 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