President Keroppi
Replace Trump with Keroppi and be happy all day
President Keroppiとは何ですか?
President KeroppiはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Replace Trump with Keroppi and be happy all day」です。
拡張機能のスクリーンショット
President Keroppi拡張機能のCRXファイルをダウンロード
President Keroppi拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Turn your internet exploring into an adventure with President Keroppi! Oh the hijinx! Read about his conquests in Keroppi Tower! Follow the Keroppi kids! Keep up with Keroppi Industries! It's like Trump never happened when you use this fun-filled morsel to replace all mentions of "Trump" with...what else? "Keroppi!"
拡張機能の基本情報
名前 | |
ID | ddfjkjlcnfhjpmhaooejocainmdacilk |
公式URL | https://chromewebstore.google.com/detail/president-keroppi/ddfjkjlcnfhjpmhaooejocainmdacilk |
説明 | Replace Trump with Keroppi and be happy all day |
ファイルサイズ | 27.39 KB |
インストール数 | 197 |
現在のバージョン | 2.0 |
最終更新日 | 2016-11-18 |
公開日 | 2016-11-18 |
評価 | 4.50/5 合計 6 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "President Keroppi", "description": "Replace Trump with Keroppi and be happy all day", "version": "2.0", "icons": { "128": "images\/Keroppiicon128.png", "48": "images\/Keroppiicon48.png", "16": "images\/Keroppiicon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |