Translation Disabler for eBay

Disables automatic machine translation in eBay France, Italy and Spain sites, and shows the original titles for items.

ما هو Translation Disabler for eBay؟

Translation Disabler for eBay هو إضافة Chrome تم تطويرها بواسطة Eduard Ereza، والميزة الرئيسية لها هي "Disables automatic machine translation in eBay France, Italy and Spain sites, and shows the original titles for items.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Translation Disabler for eBay

قم بتنزيل ملفات الامتداد Translation Disabler for eBay بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension disables automatic machine translation in eBay France, Italy and Spain sites, and shows the original titles for items instead of the translated ones. This does not apply to any other eBay sites, since they don't have machine translation enabled.

The extension has been tested with the listings, item detail and watch list pages.

If you find any bug or have any other suggestion, please let me know.

This is open-source software, feel free to improve it at: https://github.com/Ereza/TranslationDisablerForEbay                    

معلومات أساسية عن التمديد

الاسم Translation Disabler for eBay Translation Disabler for eBay
ID nblmoonpiilkcfcckhhdaijolankohkj
عنوان URL الرسمي https://chromewebstore.google.com/detail/translation-disabler-for/nblmoonpiilkcfcckhhdaijolankohkj
الوصف Disables automatic machine translation in eBay France, Italy and Spain sites, and shows the original titles for items.
حجم الملف 15.01 KB
عدد التثبيتات 1,059
النسخة الحالية 1.0.3
آخر تحديث 2015-08-05
تاريخ النشر 2015-08-05
تقييم 4.32/5 مجموع تقييمات 25
المطور Eduard Ereza
نوع الدفع free
موقع الإضافة https://github.com/Ereza/TranslationDisablerForEbay
اللغات المدعومة en,fr,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "1.0.3",
    "default_locale": "en",
    "permissions": [
        "*:\/\/*.ebay.es\/*",
        "*:\/\/*.ebay.fr\/*",
        "*:\/\/*.ebay.it\/*"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.it\/*"
            ],
            "js": [
                "untranslate.js"
            ],
            "run_at": "document_end"
        }
    ]
}