Donald Trump is Horsey McSnuffles
Replace mentions of 'Donald Trump' with 'Horsey McSnuffles'.
Donald Trump is Horsey McSnufflesとは何ですか?
Donald Trump is Horsey McSnufflesはljknightによって開発されたChromeの拡張機能で、その主な機能は「Replace mentions of 'Donald Trump' with 'Horsey McSnuffles'.」です。
拡張機能のスクリーンショット
Donald Trump is Horsey McSnuffles拡張機能のCRXファイルをダウンロード
Donald Trump is Horsey McSnuffles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Make the news even more ridiculous than it already is. Works even better with my other extension, Trump in Comic Sans: https://chrome.google.com/webstore/detail/trump-in-comic-sans/njnoeiehcmhiipnneiagkgifcekmjpik 拡張機能の基本情報
| 名前 | |
| ID | jhdanapbpfgeibpmaciiefhpbbengmak |
| 公式URL | https://chromewebstore.google.com/detail/donald-trump-is-horsey-mc/jhdanapbpfgeibpmaciiefhpbbengmak |
| 説明 | Replace mentions of 'Donald Trump' with 'Horsey McSnuffles'. |
| ファイルサイズ | 46.15 KB |
| インストール数 | 136 |
| 現在のバージョン | 1.1 |
| 最終更新日 | 2017-08-01 |
| 公開日 | 2017-07-31 |
| 評価 | 4.82/5 合計 11 レビュー |
| 開発者 | ljknight |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Donald Trump is Horsey McSnuffles",
"author": "Laura Knight",
"version": "1.1",
"description": "Replace mentions of 'Donald Trump' with 'Horsey McSnuffles'.",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |