Trump to Boner
Changes the text Trump to Boner
什麼是Trump to Boner?
Trump to Boner是由John Q. Public開發的Chrome擴展程式,該擴展的主要功能是“Changes the text Trump to Boner”。
擴展截圖
下載Trump to Boner擴展crx文件
下載Trump to Boner擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple extension turns any instance of the word "Trump" to "Boner" - have fun!
擴展基本資訊
名稱 | Trump to Boner |
ID | ggnodhlgeimmggeeaokhcofmbobdffmn |
官方網址 | https://chromewebstore.google.com/detail/trump-to-boner/ggnodhlgeimmggeeaokhcofmbobdffmn |
簡介 | Changes the text Trump to Boner |
檔案大小 | 8.26 KB |
安裝次數 | 13 |
目前版本 | 0.1 |
更新時間 | 2015-07-20 |
上架時間 | 2015-07-20 |
開發者 | John Q. Public |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "name": "Trump to Boner", "short_name": "TtB", "description": "Changes the text Trump to Boner", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |