Trident to Metal Gear
Replaces the text 'Trident' with 'Metal Gear'.
Cos'è Trident to Metal Gear?
Trident to Metal Gear è un'estensione di Chrome sviluppata da Sledra, e la sua funzione principale è "Replaces the text 'Trident' with 'Metal Gear'.".
Scarica il file CRX dell'estensione Trident to Metal Gear
Scarica i file di estensione Trident to Metal Gear in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Replaces the word "Trident" with "Metal Gear". Jeremy Corbyn does look a bit like Revolver Ocelot doesn't he....
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | hbchjejfaipciplpfkilelpodaijgjmk |
URL Ufficiale | https://chrome.google.com/webstore/detail/trident-to-metal-gear/hbchjejfaipciplpfkilelpodaijgjmk |
Descrizione | Replaces the text 'Trident' with 'Metal Gear'. |
Dimensione del File | 3.35 KB |
Conteggio Installazioni | 27 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2015-10-02 |
Data di Pubblicazione | 2015-10-02 |
Sviluppatore | Sledra |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |