Donald Trump to F**kface Von Clownstick
Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.
什麼是Donald Trump to F**kface Von Clownstick?
Donald Trump to F**kface Von Clownstick是由archimedes__r開發的Chrome擴展程式,該擴展的主要功能是“Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.”。
擴展截圖
下載Donald Trump to F**kface Von Clownstick擴展crx文件
下載Donald Trump to F**kface Von Clownstick擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Changes Donald Trump, Donald J Trump, Donald J. Trump, and Donald John Trump to "Fuckface von Clownstick" - Changes Trump to "von Clownstick" - Changes @realDonaldTrump to @FuckfaceVonClownstick - Changes www.donaldjtrump.com (on webpages) to www.fuckfacevonclownstick.com
擴展基本資訊
名稱 | |
ID | kpdlhobffjgjjfkhcnffelihnmhnekhi |
官方網址 | https://chrome.google.com/webstore/detail/donald-trump-to-fkface-vo/kpdlhobffjgjjfkhcnffelihnmhnekhi |
簡介 | Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts. |
檔案大小 | 3.77 KB |
安裝次數 | 12 |
目前版本 | 1.0 |
更新時間 | 2017-04-29 |
上架時間 | 2017-04-29 |
開發者 | archimedes__r |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Trump to F**kface Von Clownstick", "description": "Replaces 'Donald Trump' with 'Fuckface von Clownstick', and various breakdowns of Donald J Trump with their Clownstick counterparts.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |