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 |
Eメール | [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" ] } ] } |