Tired of the world
Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.
什麼是Tired of the world?
Tired of the world是由Russ Smith開發的Chrome擴展程式,該擴展的主要功能是“Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.”。
下載Tired of the world擴展crx文件
下載Tired of the world擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
I made this in 5 minutes after reading something on the internet. Might update it. Might not. Depends on how many beers I have. Have questions? Don't ask them on Twitter @russ_sm.
擴展基本資訊
名稱 | |
ID | njnocmjcklnbdnaclfcjedagagammdip |
官方網址 | https://chrome.google.com/webstore/detail/tired-of-the-world/njnocmjcklnbdnaclfcjedagagammdip |
簡介 | Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else. |
檔案大小 | 3.64 KB |
安裝次數 | 10 |
目前版本 | 0.1 |
更新時間 | 2015-12-07 |
上架時間 | 2015-12-07 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Russ Smith |
付費類型 | free |
說明頁面URL | https://twitter.com/russ_sm |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tired of the world", "description": "Replaces any mention of Ted Cruz, Donald Trump, Ben Carson and gun control with something else.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |