Variable Cage
Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.
O que é Variable Cage?
Variable Cage é uma extensão do Chrome desenvolvida por scubbojj, e sua principal característica é "Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Variable Cage
Baixe arquivos de extensão Variable Cage 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
Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart of placecage.com. This extension was obviously inspired by the excellent nCage (http://bit.ly/18XlqFL), but, blasphemous though it may be to admit it, there is such a thing as too much of His Greatness. For added subtlety, this extension allows you to set individual probabilities for Crazy, Gray, .gif, and "Normal" pictures of the One True God. Additional thanks to Dom C. and Esther M. for providing my inspiration, to Sophie for enabling and encouraging my devotion, to /r/onetruegod for providing a haven and a sanctuary, and most of all to His Cageness. Source available at github.com/scubbo/vCage
Informações Básicas da Extensão
Nome | |
ID | amkljdnkepnplfpbdaginfadckgiofmc |
URL Oficial | https://chrome.google.com/webstore/detail/variable-cage/amkljdnkepnplfpbdaginfadckgiofmc |
Descrição | Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart. |
Tamanho do Arquivo | 45.73 KB |
Contagem de Instalações | 143 |
Versão Atual | 1.1 |
Última Atualização | 2015-01-05 |
Data de Publicação | 2015-01-05 |
Classificação | 2.43/5 Total de 7 Avaliações |
Desenvolvedor | scubbojj |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Variable Cage", "short_name": "vCage", "description": "Replace arbitrary images with pictures of Nicolas Cage. Created by @jacksquaredson, with thanks to @davecowart.", "icons": { "128": "icon.png" }, "version": "1.1", "permissions": [ "storage" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "replace_script.js" ], "run_at": "document_end" } ] } |