Drumpf
Replaces the Trump name with the original name within the current content.
Hvad er Drumpf?
Drumpf er en Chrome-udvidelse udviklet af alexako, og dens hovedfunktion er "Replaces the Trump name with the original name within the current content.".
Download Drumpf-udvidelses-CRX-fil
Download Drumpf-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
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | jhkcgkbkmifjbicjkbdojclapdecckab |
Officiel URL | https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab |
Beskrivelse | Replaces the Trump name with the original name within the current content. |
Filstørrelse | 36.99 KB |
Antal Installationer | 10 |
Nuværende Version | 1.0 |
Senest Opdateret | 2016-03-06 |
Udgivelsesdato | 2016-03-06 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | alexako |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" } ] } |