Drumpf
Replaces the Trump name with the original name within the current content.
Co je Drumpf?
Drumpf je rozšíření Chrome vyvinuté alexako, a jeho hlavní funkcí je „Replaces the Trump name with the original name within the current content.“.
Stáhnout soubor CRX rozšíření Drumpf
Stáhněte si soubory rozšíření Drumpf ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | ![]() |
ID | jhkcgkbkmifjbicjkbdojclapdecckab |
Oficiální URL | https://chrome.google.com/webstore/detail/drumpf/jhkcgkbkmifjbicjkbdojclapdecckab |
Popis | Replaces the Trump name with the original name within the current content. |
Velikost souboru | 36.99 KB |
Počet instalací | 10 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2016-03-06 |
Datum Vydání | 2016-03-06 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | alexako |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |