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 |
公式URL | 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" } ] } |