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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में DAD2.0 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}