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" ] } ] } |