Trump Replace
Replaces all instances of Trump's name on every page with something more tolerable.
Trump Replaceとは何ですか?
Trump Replaceはjackofspadesによって開発されたChromeの拡張機能で、その主な機能は「Replaces all instances of Trump's name on every page with something more tolerable.」です。
拡張機能のスクリーンショット
Trump Replace拡張機能のCRXファイルをダウンロード
Trump Replace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Chrome extension that replaces all instances of Donald Trump's name on websites with something more palatable. All nicknames are taken from late-night TV shows and other comedy writers. 拡張機能の基本情報
| 名前 | |
| ID | ndkbcljkfigafchkgjacamkkomjmdkpe |
| 公式URL | https://chromewebstore.google.com/detail/trump-replace/ndkbcljkfigafchkgjacamkkomjmdkpe |
| 説明 | Replaces all instances of Trump's name on every page with something more tolerable. |
| ファイルサイズ | 8 KB |
| インストール数 | 77 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2016-10-13 |
| 公開日 | 2016-10-13 |
| 評価 | 4.92/5 合計 12 レビュー |
| 開発者 | jackofspades |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump Replace",
"description": "Replaces all instances of Trump's name on every page with something more tolerable.",
"version": "1.1.0",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"icons": {
"48": "trump.png",
"26": "trump.png"
}
} | |