Big Daddy

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

什麼是Big Daddy?

Big Daddy是由Ben Pevsner開發的Chrome擴展程式,該擴展的主要功能是“Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".”。

擴展截圖

screenshot
screenshot
screenshot

下載Big Daddy擴展crx文件

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

擴展使用說明

                        Big Daddy does this thing ^                    

擴展基本資訊

名稱 Big Daddy Big Daddy
ID hkmhjlfnbofokojdaokamifognipbbkl
官方網址 https://chromewebstore.google.com/detail/big-daddy/hkmhjlfnbofokojdaokamifognipbbkl
簡介 Big Daddy finds any mention of the word "data" and replaces it with the superior word "daddy".
檔案大小 561 KB
安裝次數 172
目前版本 1.0.1
更新時間 2022-05-26
上架時間 2018-09-25
評分 4.20/5 共 5 次評分
開發者 Ben Pevsner
電子郵箱 [email protected]
付費類型 free
擴展官網 https://bigdaddy.pages.dev
支援的語言 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"
            ]
        }
    ]
}