Wow Fantastic Baby

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

Wow Fantastic Baby là gì?

Wow Fantastic Baby là một tiện ích mở rộng Chrome được phát triển bởi eedawa, và tính năng chính của nó là "Add some fantastic baby to your browsing with all page images replaced with Big Bang.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wow Fantastic Baby

Tải xuống các tệp mở rộng Wow Fantastic Baby dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wow Fantastic Baby Wow Fantastic Baby
ID ephmkjjcoedehoandefodabemmiolffn
URL Chính Thức https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn
Mô tả Add some fantastic baby to your browsing with all page images replaced with Big Bang.
Kích Thước Tệp 43.72 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-02-04
Ngày Phát Hành 2014-02-04
Đánh Giá 3.52/5 Tổng số 23 Đánh Giá
Nhà Phát Triển eedawa
Loại Thanh Toán free
Trang Web Mở Rộng http://bleakhillycoalcountry.com/fantasticbaby/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}