Trump To Voldemort
Replaces the text 'Donald Trump' with 'Voldemort'.
Trump To Voldemortとは何ですか?
Trump To Voldemortはtrumptovoldemortによって開発されたChromeの拡張機能で、その主な機能は「Replaces the text 'Donald Trump' with 'Voldemort'.」です。
拡張機能のスクリーンショット
Trump To Voldemort拡張機能のCRXファイルをダウンロード
Trump To Voldemort拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replaces the text 'Donald Trump' with 'Vodemort' in certain contexts. 拡張機能の基本情報
| 名前 | |
| ID | ojdkllbbbcpnmcohgpbbhonbnijfioja |
| 公式URL | https://chromewebstore.google.com/detail/trump-to-voldemort/ojdkllbbbcpnmcohgpbbhonbnijfioja |
| 説明 | Replaces the text 'Donald Trump' with 'Voldemort'. |
| ファイルサイズ | 3.41 KB |
| インストール数 | 349 |
| 現在のバージョン | 1.2 |
| 最終更新日 | 2015-12-10 |
| 公開日 | 2015-12-09 |
| 評価 | 4.90/5 合計 21 レビュー |
| 開発者 | trumptovoldemort |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump To Voldemort",
"version": "1.2",
"description": "Replaces the text 'Donald Trump' with 'Voldemort'.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |