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
Eメール [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"
    }
}