Wow Fantastic Baby

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

Vad är Wow Fantastic Baby?

Wow Fantastic Baby är en Chrome-tillägg utvecklad av eedawa, och dess huvudfunktion är "Add some fantastic baby to your browsing with all page images replaced with Big Bang.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Wow Fantastic Baby-förlängningens CRX-fil

Ladda ner Wow Fantastic Baby-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Wow Fantastic Baby Wow Fantastic Baby
ID ephmkjjcoedehoandefodabemmiolffn
Officiell webbadress https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn
Beskrivning Add some fantastic baby to your browsing with all page images replaced with Big Bang.
Filstorlek 43.72 KB
Antal Installationer 67
Aktuell Version 1.1
Senast Uppdaterad 2014-02-04
Publiceringsdatum 2014-02-04
Betyg 3.52/5 Totalt 23 Betyg
Utvecklare eedawa
Betalningssätt free
Tilläggswebbplats http://bleakhillycoalcountry.com/fantasticbaby/
Stödda Språk 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"
    }
}