Drumpf

Replaces the Trump name with the original name within the current content.

Qu'est-ce que Drumpf ?

Drumpf est une extension Chrome développée par alexako, et sa fonction principale est "Replaces the Trump name with the original name within the current content.".

Télécharger le fichier CRX de l'extension Drumpf

Téléchargez les fichiers d'extension Drumpf 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

                                            

Informations de Base sur l'Extension

Nom Drumpf Drumpf
ID jhkcgkbkmifjbicjkbdojclapdecckab
URL Officiel https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab
Description Replaces the Trump name with the original name within the current content.
Taille du Fichier 36.99 KB
Nombre d'Installations 10
Version Actuelle 1.0
Dernière Mise à Jour 2016-03-06
Date de Publication 2016-03-06
Évaluation 5.00/5 Total 1 Évaluations
Développeur alexako
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Replaces the Trump name with the original name within the current content.",
    "version": "1.0",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}