DeepL Code Blocker

【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…

What is DeepL Code Blocker?

DeepL Code Blocker is a Chrome extension developed by AT, and its main feature is "【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…".

Extension Screenshots

screenshot
screenshot

Download DeepL Code Blocker Extension CRX File

Download DeepL Code Blocker 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

                        【日本語】
DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。

DeepL Code Protectorを使えば、技術ブログやドキュメントを翻訳する際に、意図せずコードまで翻訳されたり、コードのレイアウトが崩れることがなくなります。



【English】

"DeepL Code Protector" prevents codes from being translated by Chrome extensions such as DeepL. This is for non-native English developers.

With "DeepL Code Protector", you can explore tech blogs and documents comfortably.
- No layout collapse of code contents
- No unintentional translation of code contents                    

Extension Basic Information

Name DeepL Code Blocker DeepL Code Blocker
ID blmfehnodbgjheaofcecmjbbapmaikap
Official URL https://chromewebstore.google.com/detail/deepl-code-blocker/blmfehnodbgjheaofcecmjbbapmaikap
Description 【日本語】 DeepLなどの翻訳拡張機能がコードが翻訳されることを防ぐ、非英語圏の開発者向けツールです。 DeepL Code…
File Size 3.53 KB
Installation Count 301
Current Version 1.0.1
Last Updated 2022-08-23
Publish Date 2022-08-19
Rating 4.00/5 Total 2 Ratings
Developer AT
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "DeepL Code Blocker",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": []
}