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".”。
扩展截图
下载Big Daddy扩展crx文件
下载Big Daddy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Big Daddy does this thing ^
扩展基本信息
名称 | Big Daddy |
ID | hkmhjlfnbofokojdaokamifognipbbkl |
官方URL | 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" ] } ] } |