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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |