Trident to Metal Gear
Replaces the text 'Trident' with 'Metal Gear'.
What is Trident to Metal Gear?
Trident to Metal Gear is a Chrome extension developed by Sledra, and its main feature is "Replaces the text 'Trident' with 'Metal Gear'.".
Download Trident to Metal Gear Extension CRX File
Download Trident to Metal Gear extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Replaces the word "Trident" with "Metal Gear". Jeremy Corbyn does look a bit like Revolver Ocelot doesn't he....
Extension Basic Information
Name | ![]() |
ID | hbchjejfaipciplpfkilelpodaijgjmk |
Official URL | https://chrome.google.com/webstore/detail/trident-to-metal-gear/hbchjejfaipciplpfkilelpodaijgjmk |
Description | Replaces the text 'Trident' with 'Metal Gear'. |
File Size | 3.35 KB |
Installation Count | 27 |
Current Version | 1.0 |
Last Updated | 2015-10-02 |
Publish Date | 2015-10-02 |
Developer | Sledra |
Payment Type | free |
Supported Languages | 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" } ] } |