Godzilla Giroflex
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º
Cos'è Godzilla Giroflex?
Godzilla Giroflex è un'estensione di Chrome sviluppata da v.herzog1, e la sua funzione principale è "Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Godzilla Giroflex
Scarica i file di estensione Godzilla Giroflex 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
Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º. Icon made by Freepik from www.flaticon.com
Informazioni di Base sull'Estensione
Nome | |
ID | fjapdhhpaphbacamfifpjjaonccppjhm |
URL Ufficiale | https://chrome.google.com/webstore/detail/godzilla-giroflex/fjapdhhpaphbacamfifpjjaonccppjhm |
Descrizione | Overrides the Copy or Paste shortcuts to play the Godzilla scream and flip the screen 360º |
Dimensione del File | 120 KB |
Conteggio Installazioni | 41 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2019-01-27 |
Data di Pubblicazione | 2019-01-27 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | v.herzog1 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/v-herzog |
Lingue Supportate | 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 } |