Multitran with no ads

Remove ads from original multitran page

ما هو Multitran with no ads؟

Multitran with no ads هو إضافة Chrome تم تطويرها بواسطة dhilt، والميزة الرئيسية لها هي "Remove ads from original multitran page".

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

screenshot

تحميل ملف CRX للإضافة Multitran with no ads

قم بتنزيل ملفات الامتداد Multitran with no ads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Now we can use our lovely Multitran without ads!

Extension repository:
https://github.com/dhilt/multitran-with-no-ads

dhilt, 2015-2021                    

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

الاسم Multitran with no ads Multitran with no ads
ID cigpbgbohbdbifldinhkapjlmaooahgh
عنوان URL الرسمي https://chromewebstore.google.com/detail/multitran-with-no-ads/cigpbgbohbdbifldinhkapjlmaooahgh
الوصف Remove ads from original multitran page
حجم الملف 38.09 KB
عدد التثبيتات 253
النسخة الحالية 0.1.0
آخر تحديث 2021-09-24
تاريخ النشر 2017-09-01
تقييم 3.33/5 مجموع تقييمات 3
المطور dhilt
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/dhilt/multitran-with-no-ads
اللغات المدعومة ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Multitran with no ads",
    "short_name": "No ads multitran",
    "version": "0.1.0",
    "description": "Remove ads from original multitran page",
    "icons": {
        "48": "no-ads-multitran-icon48.png",
        "64": "no-ads-multitran-icon64.png",
        "128": "no-ads-multitran-icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.multitran.ru\/*",
                "https:\/\/www.multitran.ru\/*",
                "http:\/\/www.multitran.com\/*",
                "https:\/\/www.multitran.com\/*"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "contentscript.css"
    ],
    "manifest_version": 2
}