DeepL - Hide Selected Languages
Hide any language on DeepL.com
DeepL - Hide Selected Languagesとは何ですか?
DeepL - Hide Selected Languagesはnmihaly0113によって開発されたChromeの拡張機能で、その主な機能は「Hide any language on DeepL.com」です。
拡張機能のスクリーンショット
DeepL - Hide Selected Languages拡張機能のCRXファイルをダウンロード
DeepL - Hide Selected Languages拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
😍 Never search through all languages again, declutter the language selector with ease on DeepL™!
⭐ Hide any language with just a click, using the popup! 拡張機能の基本情報
| 名前 | |
| ID | apnfkdmjjbnamhanmlcbodapnbcipafl |
| 公式URL | https://chromewebstore.google.com/detail/deepl-hide-selected-langu/apnfkdmjjbnamhanmlcbodapnbcipafl |
| 説明 | Hide any language on DeepL.com |
| ファイルサイズ | 32.9 KB |
| インストール数 | 36 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2022-09-29 |
| 公開日 | 2022-03-29 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | nmihaly0113 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
}
]
} | |