DAD2.0

When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…

ما هو DAD2.0؟

DAD2.0 هو إضافة Chrome تم تطويرها بواسطة DAD Community، والميزة الرئيسية لها هي "When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…".

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

screenshot

تحميل ملف CRX للإضافة DAD2.0

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

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

                        When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show you relevant blockchain news, and will also display relevant DAD advertisements. Clicking on the ad will be profitable in the future, stay tuned.                    

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

الاسم DAD2.0 DAD2.0
ID mbpjndbnpfijfhjcepegcibbegbofkke
عنوان URL الرسمي https://chromewebstore.google.com/detail/dad20/mbpjndbnpfijfhjcepegcibbegbofkke
الوصف When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…
حجم الملف 356 KB
عدد التثبيتات 16
النسخة الحالية 1.0.1
آخر تحديث 2022-06-29
تاريخ النشر 2022-06-23
تقييم 5.00/5 مجموع تقييمات 3
المطور DAD Community
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DAD2.0",
    "version": "1.0.1",
    "manifest_version": 3,
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/img\/logo.png",
            "32": "\/img\/logo.png",
            "48": "\/img\/logo.png",
            "128": "\/img\/logo.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "css": [
                "static\/css\/content.css"
            ],
            "match_about_blank": true,
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "\/img\/logo.png",
        "32": "\/img\/logo.png",
        "48": "\/img\/logo.png",
        "128": "\/img\/logo.png"
    }
}