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文件
下载Twivo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |