Kanye for VP
Replace references to Tim Kaine with Kanye West
Kanye for VPとは何ですか?
Kanye for VPはhttps://www.mollywhite.netによって開発されたChromeの拡張機能で、その主な機能は「Replace references to Tim Kaine with Kanye West」です。
拡張機能のスクリーンショット
Kanye for VP拡張機能のCRXファイルをダウンロード
Kanye for VP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Replace mentions of "Tim Kaine" with "Kanye West" for maximum surrealism and because hey, you were probably reading it that way anyway.
拡張機能の基本情報
名前 | Kanye for VP |
ID | maoogjnlkjgijnaehchgjipelgglccfa |
公式URL | https://chromewebstore.google.com/detail/kanye-for-vp/maoogjnlkjgijnaehchgjipelgglccfa |
説明 | Replace references to Tim Kaine with Kanye West |
ファイルサイズ | 4.84 MB |
インストール数 | 32 |
現在のバージョン | 1.0 |
最終更新日 | 2016-07-23 |
公開日 | 2016-07-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.mollywhite.net |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://mollywhite.net/#projects |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kanye for VP", "description": "Replace references to Tim Kaine with Kanye West", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |