Trident to Metal Gear
Replaces the text 'Trident' with 'Metal Gear'.
Co je Trident to Metal Gear?
Trident to Metal Gear je rozšíření Chrome vyvinuté Sledra, a jeho hlavní funkcí je „Replaces the text 'Trident' with 'Metal Gear'.“.
Stáhnout soubor CRX rozšíření Trident to Metal Gear
Stáhněte si soubory rozšíření Trident to Metal Gear 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í
Replaces the word "Trident" with "Metal Gear". Jeremy Corbyn does look a bit like Revolver Ocelot doesn't he....
Základní Informace o Rozšíření
Název | ![]() |
ID | hbchjejfaipciplpfkilelpodaijgjmk |
Oficiální URL | https://chrome.google.com/webstore/detail/trident-to-metal-gear/hbchjejfaipciplpfkilelpodaijgjmk |
Popis | Replaces the text 'Trident' with 'Metal Gear'. |
Velikost souboru | 3.35 KB |
Počet instalací | 27 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2015-10-02 |
Datum Vydání | 2015-10-02 |
Vývojář | Sledra |
Typ Platby | free |
Podporované Jazyky | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trident to Metal Gear", "version": "1.0", "description": "Replaces the text 'Trident' with 'Metal Gear'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |