Kim Jong Trump
Replace any mention of Trump with Kim Jong Un
Kim Jong Trumpとは何ですか?
Kim Jong TrumpはUncle Kevyによって開発されたChromeの拡張機能で、その主な機能は「Replace any mention of Trump with Kim Jong Un」です。
拡張機能のスクリーンショット
Kim Jong Trump拡張機能のCRXファイルをダウンロード
Kim Jong Trump拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Trump and Kim Jong Un are getting more and more similar by the day. But what would headlines look like when Trump is replaced with the dictator? Let's see.
拡張機能の基本情報
名前 | |
ID | cljofobkflalnjblekodigoamigbeaid |
公式URL | https://chrome.google.com/webstore/detail/kim-jong-trump/cljofobkflalnjblekodigoamigbeaid |
説明 | Replace any mention of Trump with Kim Jong Un |
ファイルサイズ | 37.12 KB |
インストール数 | 146 |
現在のバージョン | 1.0 |
最終更新日 | 2017-08-13 |
公開日 | 2017-08-13 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Uncle Kevy |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kim Jong Trump", "description": "Replace any mention of Trump with Kim Jong Un", "version": "1.0", "icons": { "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |