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 |
官方網址 | 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" ] } ] } |