Wow Fantastic Baby
Add some fantastic baby to your browsing with all page images replaced with Big Bang.
O que é Wow Fantastic Baby?
Wow Fantastic Baby é uma extensão do Chrome desenvolvida por eedawa, e sua principal característica é "Add some fantastic baby to your browsing with all page images replaced with Big Bang.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Wow Fantastic Baby
Baixe arquivos de extensão Wow Fantastic Baby 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
While browsing, click this extension on and all images on the page will be instantly replaced with G-Dragon, TOP, Seungri, Taeyang, and Daesung -- a far preferable way to spend your time online. Images will continue to be Big Bang-ified until you turn the extension off. Just click the G-dragon icon again and you will be returned to a less fantastic existence. Inspired by the Hey Girl extension.
Informações Básicas da Extensão
Nome | |
ID | ephmkjjcoedehoandefodabemmiolffn |
URL Oficial | https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn |
Descrição | Add some fantastic baby to your browsing with all page images replaced with Big Bang. |
Tamanho do Arquivo | 43.72 KB |
Contagem de Instalações | 67 |
Versão Atual | 1.1 |
Última Atualização | 2014-02-04 |
Data de Publicação | 2014-02-04 |
Classificação | 3.52/5 Total de 23 Avaliações |
Desenvolvedor | eedawa |
Tipo de Pagamento | free |
Site da Extensão | http://bleakhillycoalcountry.com/fantasticbaby/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wow Fantastic Baby", "description": "Add some fantastic baby to your browsing with all page images replaced with Big Bang.", "version": "1.1", "permissions": [ "activeTab", "storage", "tabs" ], "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "jquery-1.8.1.min.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/www.google.com\/search*", "http:\/\/www.google.com\/search*" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon.png", "default_title": "Wow Fantastic Baby", "default_popup": "popup.html" } } |