Wow Fantastic Baby

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

Wow Fantastic Baby क्या है?

Wow Fantastic Baby eedawa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add some fantastic baby to your browsing with all page images replaced with Big Bang."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Wow Fantastic Baby एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Wow Fantastic Baby Wow Fantastic Baby
ID ephmkjjcoedehoandefodabemmiolffn
आधिकारिक URL https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn
विवरण Add some fantastic baby to your browsing with all page images replaced with Big Bang.
फ़ाइल का आकार 43.72 KB
स्थापना संख्या 67
वर्तमान संस्करण 1.1
अंतिम अपडेट 2014-02-04
प्रकाशन तिथि 2014-02-04
रेटिंग 3.52/5 कुल 23 रेटिंग्स
डेवलपर eedawa
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://bleakhillycoalcountry.com/fantasticbaby/
समर्थित भाषाएँ 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"
    }
}