DeepL - Hide Selected Languages

Hide any language on DeepL.com

DeepL - Hide Selected Languagesคืออะไร?

DeepL - Hide Selected Languages เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nmihaly0113 และคุณลักษณะหลักของมันคือ "Hide any language on DeepL.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeepL - Hide Selected Languages

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DeepL - Hide Selected Languages DeepL - Hide Selected Languages
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
อีเมล [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"
        }
    ]
}