Big Daddy

Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".

Apa itu Big Daddy?

Big Daddy adalah ekstensi Chrome yang dikembangkan oleh Ben Pevsner, dan fitur utamanya adalah "Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Big Daddy

Unduh file ekstensi Big Daddy 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

                        Big Daddy does this thing ^                    

Informasi Dasar Ekstensi

Nama Big Daddy Big Daddy
ID hkmhjlfnbofokojdaokamifognipbbkl
URL Resmi https://chromewebstore.google.com/detail/big-daddy/hkmhjlfnbofokojdaokamifognipbbkl
Deskripsi Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".
Ukuran File 561 KB
Jumlah Instalasi 172
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2022-05-26
Tanggal Publikasi 2018-09-25
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Ben Pevsner
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://bigdaddy.pages.dev
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Big Daddy",
    "description": "Big Daddy finds any mention of the word \"data\" and replaces it with the superior word \"daddy\".",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}