Rewind Reddit
Rewind Reddit - Slide back in time in reddit comments
Rewind Reddit란 무엇입니까?
Rewind Reddit은(는) Kironide에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rewind Reddit - Slide back in time in reddit comments"입니다.
확장 프로그램 스크린샷
Rewind Reddit 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Reddit Rewind allows you to view comments from a specified time period (before a time, after, or between) by using a simple slider inserted into every comments page on every subreddit. Simply change the range on the slider and watch as comments you don't want to see disappear! Tired of seeing only the comments from the fastest redditors at the top? Simply slide up and see only fresh comments. Want to see what people were saying about the half time show on a sports match? Now you can! NOTE: Rewind Reddit is not associated with reddit, does NOT ask for your reddit login information and you do NOT need to be logged in to reddit.com for this extension to work. Rewind Reddit works independently of reddit. Rewind Reddit is spyware/adware free and will not harm your computer/browser in any way. Rewind Reddit does not track, store or sell any personal information. If you discover a problem with Rewind Reddit, let us know right away and we will fix the issue ASAP!
확장 프로그램 기본 정보
이름 | Rewind Reddit |
ID | elhlcbmehngbnimifmmahlajbdedeldj |
공식 URL | https://chromewebstore.google.com/detail/rewind-reddit/elhlcbmehngbnimifmmahlajbdedeldj |
설명 | Rewind Reddit - Slide back in time in reddit comments |
파일 크기 | 227 KB |
설치 횟수 | 297 |
현재 버전 | 1.1.8 |
최근 업데이트 | 2014-08-31 |
출시 날짜 | 2014-08-30 |
평점 | 5.00/5 총 5 개의 평점 |
개발자 | Kironide |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Kironide/RewindReddit |
도움말 페이지 URL | https://github.com/Kironide/RewindReddit |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Rewind Reddit", "manifest_version": 2, "version": "1.1.8", "description": "Rewind Reddit - Slide back in time in reddit comments", "content_scripts": [ { "matches": [ "http:\/\/reddit.com\/*\/*\/comments\/*", "https:\/\/reddit.com\/*\/*\/comments\/*", "http:\/\/*.reddit.com\/*\/*\/comments\/*", "https:\/\/*.reddit.com\/*\/*\/comments\/*" ], "js": [ "jquery.js", "jqueryui\/jquery-ui.min.js", "moment.js", "main.js" ], "css": [ "jqueryui\/jquery-ui.css" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/reddit.com\/*\/*\/comments\/*", "https:\/\/reddit.com\/*\/*\/comments\/*", "http:\/\/*.reddit.com\/*\/*\/comments\/*", "https:\/\/*.reddit.com\/*\/*\/comments\/*" ], "web_accessible_resources": [ "jqueryui\/images\/*" ], "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" } } |