Cheeto Jesus
This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.
Cheeto Jesusとは何ですか?
Cheeto Jesusはjermaine.m.jones3によって開発されたChromeの拡張機能で、その主な機能は「This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.」です。
Cheeto Jesus拡張機能のCRXファイルをダウンロード
Cheeto Jesus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
bug fixes
拡張機能の基本情報
名前 | |
ID | jmnhadhobejingfpfoheoibhkehkhlfm |
公式URL | https://chrome.google.com/webstore/detail/cheeto-jesus/jmnhadhobejingfpfoheoibhkehkhlfm |
説明 | This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson. |
ファイルサイズ | 208 KB |
インストール数 | 15 |
現在のバージョン | 1.1.3 |
最終更新日 | 2016-06-24 |
公開日 | 2016-06-24 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | jermaine.m.jones3 |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cheeto Jesus", "description": "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.", "version": "1.1.3", "browser_action": { "default_icon": "icon.png", "default_title": "Donald Trump is Cheeto Jesus." }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "cheeto.js" ], "run_at": "document_end" } ] } |