Deplorable Extension
Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.
Deplorable Extensionとは何ですか?
Deplorable Extensionはdeplorableによって開発されたChromeの拡張機能で、その主な機能は「Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.」です。
Deplorable Extension拡張機能のCRXファイルをダウンロード
Deplorable Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Changes occurrences of 'Trump' or 'Donald Trump' to 'GOD EMPEROR TRUMP' and occurrences of 'Hillary' or 'Hillary Clinton' to 'Crooked Hillary'. 拡張機能の基本情報
| 名前 | |
| ID | ompbljdfaklkcdhgfclcjhgnmmooelcn |
| 公式URL | https://chrome.google.com/webstore/detail/deplorable-extension/ompbljdfaklkcdhgfclcjhgnmmooelcn |
| 説明 | Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'. |
| ファイルサイズ | 14.83 KB |
| インストール数 | 18 |
| 現在のバージョン | 6.16 |
| 最終更新日 | 2016-09-25 |
| 公開日 | 2016-09-25 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | deplorable |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"js": [
"deplorable.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
],
"description": "Rewrites 'Trump' or 'Donald Trump' as 'GOD EMPEROR TRUMP' and 'Hillary' or 'Hillary Clinton' as 'Crooked Hillary'.",
"icons": {
"16": "mlg16.jpg",
"32": "mlg32.jpg",
"48": "mlg48.jpg",
"128": "mlg128.jpg"
},
"name": "Deplorable Extension",
"short_name": "Deplorable",
"version": "6.16"
} | |