Drumpf

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

Vad är Drumpf?

Drumpf är en Chrome-tillägg utvecklad av alexako, och dess huvudfunktion är "Replaces the Trump name with the original name within the current content.".

Ladda ner Drumpf-förlängningens CRX-fil

Ladda ner Drumpf-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Drumpf Drumpf
ID jhkcgkbkmifjbicjkbdojclapdecckab
Officiell webbadress https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab
Beskrivning Replaces the Trump name with the original name within the current content.
Filstorlek 36.99 KB
Antal Installationer 10
Aktuell Version 1.0
Senast Uppdaterad 2016-03-06
Publiceringsdatum 2016-03-06
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare alexako
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}