Trump Goggles
See the world like Trump does.
Trump Gogglesとは何ですか?
Trump Gogglesはphrazzldによって開発されたChromeの拡張機能で、その主な機能は「See the world like Trump does.」です。
拡張機能のスクリーンショット
Trump Goggles拡張機能のCRXファイルをダウンロード
Trump Goggles拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
See the world through Trump's eyes.
ISIS = Evil Losers
Hillary Clinton = Crooked Hillary
CNN = Clinton News Network
New York Times = Fake News
Kim Jong Un = Little Rocket Man
Coffee = covfefe
And many more! 拡張機能の基本情報
| 名前 | |
| ID | jffbimfdmgbfannficjejaffmnggoigd |
| 公式URL | https://chromewebstore.google.com/detail/trump-goggles/jffbimfdmgbfannficjejaffmnggoigd |
| 説明 | See the world like Trump does. |
| ファイルサイズ | 30.44 KB |
| インストール数 | 38 |
| 現在のバージョン | 18.4.08 |
| 最終更新日 | 2018-04-08 |
| 公開日 | 2018-04-08 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | phrazzld |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trump Goggles",
"short_name": "trumpgoggles",
"description": "See the world like Trump does.",
"version": "18.4.08",
"browser_action": {
"default_title": "Trump Goggles",
"default_icon": {
"19": "images\/djt.png",
"38": "images\/djt.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"*:\/\/*\/*",
"storage",
"contextMenus"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
],
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"options_page": "options.html",
"icons": {
"16": "images\/djt.png",
"48": "images\/djt.png",
"128": "images\/djt.png"
}
} | |