Wow Fantastic Baby

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

Cos'è Wow Fantastic Baby?

Wow Fantastic Baby è un'estensione di Chrome sviluppata da eedawa, e la sua funzione principale è "Add some fantastic baby to your browsing with all page images replaced with Big Bang.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Wow Fantastic Baby

Scarica i file di estensione Wow Fantastic Baby 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Wow Fantastic Baby Wow Fantastic Baby
ID ephmkjjcoedehoandefodabemmiolffn
URL Ufficiale https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn
Descrizione Add some fantastic baby to your browsing with all page images replaced with Big Bang.
Dimensione del File 43.72 KB
Conteggio Installazioni 67
Versione Corrente 1.1
Ultimo Aggiornamento 2014-02-04
Data di Pubblicazione 2014-02-04
Valutazione 3.52/5 Totale 23 Valutazioni
Sviluppatore eedawa
Tipo di Pagamento free
Sito Web dell'Estensione http://bleakhillycoalcountry.com/fantasticbaby/
Lingue Supportate 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"
    }
}