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…

Hvad er DAD2.0?

DAD2.0 er en Chrome-udvidelse udviklet af DAD Community, og dens hovedfunktion er "When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…".

Udvidelsesskærmbilleder

screenshot

Download DAD2.0-udvidelses-CRX-fil

Download DAD2.0-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn DAD2.0 DAD2.0
ID mbpjndbnpfijfhjcepegcibbegbofkke
Officiel URL https://chromewebstore.google.com/detail/dad20/mbpjndbnpfijfhjcepegcibbegbofkke
Beskrivelse When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…
Filstørrelse 356 KB
Antal Installationer 16
Nuværende Version 1.0.1
Senest Opdateret 2022-06-29
Udgivelsesdato 2022-06-23
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler DAD Community
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}