Trident to Metal Gear
Replaces the text 'Trident' with 'Metal Gear'.
Vad är Trident to Metal Gear?
Trident to Metal Gear är en Chrome-tillägg utvecklad av Sledra, och dess huvudfunktion är "Replaces the text 'Trident' with 'Metal Gear'.".
Ladda ner Trident to Metal Gear-förlängningens CRX-fil
Ladda ner Trident to Metal Gear-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
Replaces the word "Trident" with "Metal Gear". Jeremy Corbyn does look a bit like Revolver Ocelot doesn't he....
Grundläggande Information om Tillägg
Namn | ![]() |
ID | hbchjejfaipciplpfkilelpodaijgjmk |
Officiell webbadress | https://chrome.google.com/webstore/detail/trident-to-metal-gear/hbchjejfaipciplpfkilelpodaijgjmk |
Beskrivning | Replaces the text 'Trident' with 'Metal Gear'. |
Filstorlek | 3.35 KB |
Antal Installationer | 27 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-10-02 |
Publiceringsdatum | 2015-10-02 |
Utvecklare | Sledra |
Betalningssätt | free |
Stödda Språk | 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" } ] } |