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開發的Chrome擴展程式,該擴展的主要功能是“Add some fantastic baby to your browsing with all page images replaced with Big Bang.”。

擴展截圖

screenshot
screenshot
screenshot

下載Wow Fantastic Baby擴展crx文件

下載Wow Fantastic Baby擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}