DeepL - Hide Selected Languages

Hide any language on DeepL.com

DeepL - Hide Selected Languages क्या है?

DeepL - Hide Selected Languages nmihaly0113 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide any language on DeepL.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में DeepL - Hide Selected Languages एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        😍 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"
        }
    ]
}