Donald Trump To Lord Dampnut
Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'
什麼是Donald Trump To Lord Dampnut?
Donald Trump To Lord Dampnut是由Prateek開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'”。
擴展截圖
下載Donald Trump To Lord Dampnut擴展crx文件
下載Donald Trump To Lord Dampnut擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. For optimal experience, it also changes the text 'Donald' to 'Lord' and 'Trump' to 'Dampnut'.
Credit goes to to Colin Mochrie for coining the anagram! http://www.urbandictionary.com/define.php?term=lord+dampnut 擴展基本資訊
| 名稱 | |
| ID | hchnjchopdcefnppdkmcfmnofnanijfg |
| 官方網址 | https://chromewebstore.google.com/detail/donald-trump-to-lord-damp/hchnjchopdcefnppdkmcfmnofnanijfg |
| 簡介 | Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut' |
| 檔案大小 | 374 KB |
| 安裝次數 | 34 |
| 目前版本 | 1.0 |
| 更新時間 | 2017-02-06 |
| 上架時間 | 2017-02-05 |
| 評分 | 3.40/5 共 5 次評分 |
| 開發者 | Prateek |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Donald Trump To Lord Dampnut",
"version": "1.0",
"description": "Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon32.png"
}
} | |