Twivo
Tivo for Twitter - prevent spoilers and save tweets for later
Twivo란 무엇입니까?
Twivo은(는) Jen Lamere에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tivo for Twitter - prevent spoilers and save tweets for later"입니다.
확장 프로그램 스크린샷
Twivo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
TVNext Hackathon I hate spoilers. Seriously, they are the worst. Now, I love following the stars of my favorite tv shows, but they often spoil my shows by live tweeting before I watch the show. Which is why I created this nifty app - a Tivo for Twitter, or as I like to call it, Twivo. Type in tags used by your favorite show (ex Game of Thrones) and hit record. All tweets with this phrase will be blocked from your view Hit stop when the show ends. When you are ready to watch the show, hit play, and the previosly hidden tweets will be visible, and will stream down in order! If you have any questions or comments, fees free to contact me at @imjen or [email protected]
확장 프로그램 기본 정보
이름 | Twivo |
ID | ldpoeohapfjhfgiojngmleppigomkmfb |
공식 URL | https://chromewebstore.google.com/detail/twivo/ldpoeohapfjhfgiojngmleppigomkmfb |
설명 | Tivo for Twitter - prevent spoilers and save tweets for later |
파일 크기 | 35.92 KB |
설치 횟수 | 97 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2013-07-12 |
출시 날짜 | 2013-07-12 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | Jen Lamere |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://jlamere.github.io/twivo/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twivo", "description": "Tivo for Twitter - prevent spoilers and save tweets for later", "version": "1.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/github.com\/jlamere\/twivo\/blob\/master\/README.md", "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ], "js": [ "contentscript.js" ] } ] } |