Trump to Festering Anus
Replaces the text 'Donald Trump' with 'Festering Anus'.
什麼是Trump to Festering Anus?
Trump to Festering Anus是由Drunken Sasquatch開發的Chrome擴展程式,該擴展的主要功能是“Replaces the text 'Donald Trump' with 'Festering Anus'.”。
擴展截圖
下載Trump to Festering Anus擴展crx文件
下載Trump to Festering Anus擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Do you think that Donald Trump is a mixture of Biff Tannen and a halloween pumpkin in december? Maybe you're just sick of seeing facebook posts from that borderline sociopath you know from high school that you can't bring yourself to unfriend. Maybe you resent the fact that Donald Trump wants to "slow Cosby" America. Does watching around-the-clock CNN coverage of Donald Trump make you feel like David Carradine being slowly strangled by the noose of cheap journalism? Regardless (or irregardless as a Trump supporter might say), you should just install this extension.
擴展基本資訊
名稱 | |
ID | bcgcnhpijehppimfgpodckmnlnlhmeje |
官方網址 | https://chrome.google.com/webstore/detail/trump-to-festering-anus/bcgcnhpijehppimfgpodckmnlnlhmeje |
簡介 | Replaces the text 'Donald Trump' with 'Festering Anus'. |
檔案大小 | 26.98 KB |
安裝次數 | 155 |
目前版本 | 1.5 |
更新時間 | 2015-12-28 |
上架時間 | 2015-12-28 |
評分 | 4.76/5 共 21 次評分 |
開發者 | Drunken Sasquatch |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Festering Anus", "short_name": "T2A", "version": "1.5", "icons": { "128": "trump-head.png" }, "description": "Replaces the text 'Donald Trump' with 'Festering Anus'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_idle" } ] } |