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…

Qu'est-ce que DAD2.0 ?

DAD2.0 est une extension Chrome développée par DAD Community, et sa fonction principale est "When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DAD2.0

Téléchargez les fichiers d'extension DAD2.0 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DAD2.0 DAD2.0
ID mbpjndbnpfijfhjcepegcibbegbofkke
URL Officiel https://chromewebstore.google.com/detail/dad20/mbpjndbnpfijfhjcepegcibbegbofkke
Description When you are interested in a certain English phrase, select the English phrase with the mouse, and the DAD2.0 extension will show…
Taille du Fichier 356 KB
Nombre d'Installations 16
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-06-29
Date de Publication 2022-06-23
Évaluation 5.00/5 Total 3 Évaluations
Développeur DAD Community
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}