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 |
| 官方網址 | 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"
}
]
} | |