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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |