DeepL - Hide Selected Languages
Hide any language on DeepL.com
What is DeepL - Hide Selected Languages?
DeepL - Hide Selected Languages is a Chrome extension developed by nmihaly0113, and its main feature is "Hide any language on DeepL.com".
Extension Screenshots
Download DeepL - Hide Selected Languages Extension CRX File
Download DeepL - Hide Selected Languages 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
😍 Never search through all languages again, declutter the language selector with ease on DeepL™! ⭐ Hide any language with just a click, using the popup!
Extension Basic Information
Name | DeepL - Hide Selected Languages |
ID | apnfkdmjjbnamhanmlcbodapnbcipafl |
Official URL | https://chromewebstore.google.com/detail/deepl-hide-selected-langu/apnfkdmjjbnamhanmlcbodapnbcipafl |
Description | Hide any language on DeepL.com |
File Size | 32.9 KB |
Installation Count | 36 |
Current Version | 1.1.1 |
Last Updated | 2022-09-29 |
Publish Date | 2022-03-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | nmihaly0113 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DeepL - Hide Selected Languages", "description": "Hide any language on DeepL.com", "author": "Skyfighteer", "version": "1.1.1", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_icon": { "16": "icon16.png" }, "default_title": "Hide Languages", "default_popup": "popup.html" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.deepl.com\/*" ], "js": [ "content-script.js", "arrive.js" ], "run_at": "document_start" } ] } |