Magic Word
Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.
O que é Magic Word?
Magic Word é uma extensão do Chrome desenvolvida por ZackaryCLee, e sua principal característica é "Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Magic Word
Baixe arquivos de extensão Magic Word 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
Small chance of opening the "Magic Word" tab each time a tab is opened. The "Magic Word" tab is a video of Dennis Nedry saying "Ah Ah Ah, you didn't say the magic word". This extension is just for a fun little Jurassic Park reference every once in a while.
Informações Básicas da Extensão
Nome | |
ID | bfgfjcjanceofihlacofphfnpbiccbac |
URL Oficial | https://chrome.google.com/webstore/detail/magic-word/bfgfjcjanceofihlacofphfnpbiccbac |
Descrição | Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word. |
Tamanho do Arquivo | 381 KB |
Contagem de Instalações | 74 |
Versão Atual | 0.1 |
Última Atualização | 2019-12-14 |
Data de Publicação | 2019-12-14 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | ZackaryCLee |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Magic Word", "description": "Small chance of opening new tab each time a tab is opened. Tab is a video of Dennis Nedry saying you didn't say the magic word.", "version": "0.1", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "nedry.png" }, "icons": { "128": "nedry.png" } } |