Wow Fantastic Baby

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

Was ist Wow Fantastic Baby?

Wow Fantastic Baby ist eine Chrome-Erweiterung, die von eedawa entwickelt wurde, und ihr Hauptmerkmal ist "Add some fantastic baby to your browsing with all page images replaced with Big Bang.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Wow Fantastic Baby-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wow Fantastic Baby-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wow Fantastic Baby Wow Fantastic Baby
ID ephmkjjcoedehoandefodabemmiolffn
Offizielle URL https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn
Beschreibung Add some fantastic baby to your browsing with all page images replaced with Big Bang.
Dateigröße 43.72 KB
Installationsanzahl 67
Aktuelle Version 1.1
Letztes Update 2014-02-04
Veröffentlichungsdatum 2014-02-04
Bewertung 3.52/5 Insgesamt 23 Bewertungen
Entwickler eedawa
Zahlungsart free
Erweiterungswebsite http://bleakhillycoalcountry.com/fantasticbaby/
Unterstützte Sprachen 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"
    }
}