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开发的Chrome扩展程序,该扩展的主要功能是“When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…”。

扩展截图

screenshot

下载DAD2.0扩展crx文件

下载DAD2.0扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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