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.
拡張機能の基本情報
名前 | Rick and Morty-ify Reddit Upvotes |
ID | agemnnfdlcddlocagnalijgfahhannca |
公式URL | 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 |
Eメール | [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" ] } ] } |