Wow Fantastic Baby

Add some fantastic baby to your browsing with all page images replaced with Big Bang.

¿Qué es Wow Fantastic Baby?

Wow Fantastic Baby es una extensión de Chrome desarrollada por eedawa, y su función principal es "Add some fantastic baby to your browsing with all page images replaced with Big Bang.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Wow Fantastic Baby

Descarga archivos de extensión Wow Fantastic Baby en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Wow Fantastic Baby Wow Fantastic Baby
ID ephmkjjcoedehoandefodabemmiolffn
URL Oficial https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn
Descripción Add some fantastic baby to your browsing with all page images replaced with Big Bang.
Tamaño del Archivo 43.72 KB
Cantidad de Instalaciones 67
Versión Actual 1.1
Última Actualización 2014-02-04
Fecha de Publicación 2014-02-04
Calificación 3.52/5 Total de 23 Calificaciones
Desarrollador eedawa
Tipo de Pago free
Sitio Web de la Extensión http://bleakhillycoalcountry.com/fantasticbaby/
Idiomas Soportados 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"
    }
}