Big Daddy

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

What is Big Daddy?

Big Daddy is a Chrome extension developed by Ben Pevsner, and its main feature is "Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".".

Extension Screenshots

screenshot
screenshot
screenshot

Download Big Daddy Extension CRX File

Download Big Daddy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Big Daddy does this thing ^                    

Extension Basic Information

Name Big Daddy Big Daddy
ID hkmhjlfnbofokojdaokamifognipbbkl
Official URL https://chromewebstore.google.com/detail/big-daddy/hkmhjlfnbofokojdaokamifognipbbkl
Description Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".
File Size 561 KB
Installation Count 172
Current Version 1.0.1
Last Updated 2022-05-26
Publish Date 2018-09-25
Rating 4.20/5 Total 5 Ratings
Developer Ben Pevsner
Email [email protected]
Payment Type free
Extension Website https://bigdaddy.pages.dev
Supported Languages 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"
            ]
        }
    ]
}