Wow Fantastic Baby

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

Qu'est-ce que Wow Fantastic Baby ?

Wow Fantastic Baby est une extension Chrome développée par eedawa, et sa fonction principale est "Add some fantastic baby to your browsing with all page images replaced with Big Bang.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wow Fantastic Baby

Téléchargez les fichiers d'extension Wow Fantastic Baby au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wow Fantastic Baby Wow Fantastic Baby
ID ephmkjjcoedehoandefodabemmiolffn
URL Officiel https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn
Description Add some fantastic baby to your browsing with all page images replaced with Big Bang.
Taille du Fichier 43.72 KB
Nombre d'Installations 67
Version Actuelle 1.1
Dernière Mise à Jour 2014-02-04
Date de Publication 2014-02-04
Évaluation 3.52/5 Total 23 Évaluations
Développeur eedawa
Type de Paiement free
Site Web de l'Extension http://bleakhillycoalcountry.com/fantasticbaby/
Langues Prises en Charge 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"
    }
}