Godzilla Giroflex
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
O que é Godzilla Giroflex?
Godzilla Giroflex é uma extensão do Chrome desenvolvida por v.herzog1, e sua principal característica é "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Godzilla Giroflex
Baixe arquivos de extensão Godzilla Giroflex 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
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º. Icon made by Freepik from www.flaticon.com
Informações Básicas da Extensão
Nome | |
ID | fjapdhhpaphbacamfifpjjaonccppjhm |
URL Oficial | https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm |
Descrição | Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º |
Tamanho do Arquivo | 120 KB |
Contagem de Instalações | 41 |
Versão Atual | 0.1 |
Última Atualização | 2019-01-27 |
Data de Publicação | 2019-01-27 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | v.herzog1 |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/v-herzog |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Godzilla Giroflex", "version": "0.1", "description": "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360\u00ba", "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "commands": { "copy": { "suggested_key": { "default": "Ctrl+C", "mac": "Command+C" }, "description": "Copy" }, "paste": { "suggested_key": { "default": "Ctrl+V", "mac": "Command+V" }, "description": "Paste" } }, "page_action": { "default_icon": { "16": "images\/godzilla16.png", "32": "images\/godzilla32.png", "48": "images\/godzilla48.png", "128": "images\/godzilla128.png" } }, "icons": { "16": "images\/godzilla16.png", "32": "images\/godzilla32.png", "48": "images\/godzilla48.png", "128": "images\/godzilla128.png" }, "manifest_version": 2 } |