Wow Fantastic Baby

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

Apa itu Wow Fantastic Baby?

Wow Fantastic Baby adalah ekstensi Chrome yang dikembangkan oleh eedawa, dan fitur utamanya adalah "Add some fantastic baby to your browsing with all page images replaced with Big Bang.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Wow Fantastic Baby

Unduh file ekstensi Wow Fantastic Baby dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Wow Fantastic Baby Wow Fantastic Baby
ID ephmkjjcoedehoandefodabemmiolffn
URL Resmi https://chrome.google.com/webstore/detail/wow-fantastic-baby/ephmkjjcoedehoandefodabemmiolffn
Deskripsi Add some fantastic baby to your browsing with all page images replaced with Big Bang.
Ukuran File 43.72 KB
Jumlah Instalasi 67
Versi Saat Ini 1.1
Terakhir Diperbarui 2014-02-04
Tanggal Publikasi 2014-02-04
Penilaian 3.52/5 Total 23 Penilaian
Pengembang eedawa
Tipe Pembayaran free
Situs Ekstensi http://bleakhillycoalcountry.com/fantasticbaby/
Bahasa yang Didukung 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"
    }
}