Rick and Morty-ify Reddit Upvotes
Plays Rick and Morty audio for upvotes and downvote clicks.
什麼是Rick and Morty-ify Reddit Upvotes?
Rick and Morty-ify Reddit Upvotes是由Ed開發的Chrome擴展程式,該擴展的主要功能是“Plays Rick and Morty audio for upvotes and downvote clicks.”。
下載Rick and Morty-ify Reddit Upvotes擴展crx文件
下載Rick and Morty-ify Reddit Upvotes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Plays audio from the "Rick and Morty" episode "Get Schwifty" when you click the upvote/downvote button on Reddit. 擴展基本資訊
| 名稱 | |
| ID | agemnnfdlcddlocagnalijgfahhannca |
| 官方網址 | https://chromewebstore.google.com/detail/rick-and-morty-ify-reddit/agemnnfdlcddlocagnalijgfahhannca |
| 簡介 | Plays Rick and Morty audio for upvotes and downvote clicks. |
| 檔案大小 | 28.15 KB |
| 安裝次數 | 342 |
| 目前版本 | 1.1.0 Doofus Rick |
| 更新時間 | 2016-02-07 |
| 上架時間 | 2016-02-07 |
| 評分 | 4.22/5 共 9 次評分 |
| 開發者 | Ed |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/ed-flanagan/UpvoteWhatYouGot |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rick and Morty-ify Reddit Upvotes",
"short_name": "Boo not cool",
"description": "Plays Rick and Morty audio for upvotes and downvote clicks.",
"version": "1.1.0",
"version_name": "1.1.0 Doofus Rick",
"homepage_url": "https:\/\/github.com\/ed-flanagan\/UpvoteWhatYouGot",
"author": "Ed Flanagan",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"offline_enabled": false,
"permissions": [
"http:\/\/www.reddit.com\/*",
"https:\/\/www.reddit.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/www.reddit.com\/*",
"https:\/\/www.reddit.com\/*"
],
"run_at": "document_end",
"all_frames": false,
"js": [
"vote.js"
]
}
]
} | |