Let's Get This Bread
Replaces every synonym of the word 'money' with 'bread'.
Let's Get This Breadとは何ですか?
Let's Get This Breadはkurgan freedleによって開発されたChromeの拡張機能で、その主な機能は「Replaces every synonym of the word 'money' with 'bread'.」です。
拡張機能のスクリーンショット
Let's Get This Bread拡張機能のCRXファイルをダウンロード
Let's Get This Bread拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | gbacclkcifpklolkhmokpdohkeablfpd |
公式URL | https://chromewebstore.google.com/detail/lets-get-this-bread/gbacclkcifpklolkhmokpdohkeablfpd |
説明 | Replaces every synonym of the word 'money' with 'bread'. |
ファイルサイズ | 3.51 KB |
インストール数 | 54 |
現在のバージョン | 1.0 |
最終更新日 | 2018-10-16 |
公開日 | 2018-10-16 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | kurgan freedle |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Let's Get This Bread", "description": "Replaces every synonym of the word 'money' with 'bread'.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |