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. 擴展基本資訊
| 名稱 | |
| ID | maoogjnlkjgijnaehchgjipelgglccfa |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |