Trident to Metal Gear
Replaces the text 'Trident' with 'Metal Gear'.
O que é Trident to Metal Gear?
Trident to Metal Gear é uma extensão do Chrome desenvolvida por Sledra, e sua principal característica é "Replaces the text 'Trident' with 'Metal Gear'.".
Baixar o arquivo CRX da Extensão Trident to Metal Gear
Baixe arquivos de extensão Trident to Metal Gear no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Replaces the word "Trident" with "Metal Gear". Jeremy Corbyn does look a bit like Revolver Ocelot doesn't he....
Informações Básicas da Extensão
Nome | ![]() |
ID | hbchjejfaipciplpfkilelpodaijgjmk |
URL Oficial | https://chrome.google.com/webstore/detail/trident-to-metal-gear/hbchjejfaipciplpfkilelpodaijgjmk |
Descrição | Replaces the text 'Trident' with 'Metal Gear'. |
Tamanho do Arquivo | 3.35 KB |
Contagem de Instalações | 27 |
Versão Atual | 1.0 |
Última Atualização | 2015-10-02 |
Data de Publicação | 2015-10-02 |
Desenvolvedor | Sledra |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |