Twivo
Tivo for Twitter - prevent spoilers and save tweets for later
O que é Twivo?
Twivo é uma extensão do Chrome desenvolvida por Jen Lamere, e sua principal característica é "Tivo for Twitter - prevent spoilers and save tweets for later".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twivo
Baixe arquivos de extensão Twivo no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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]
Informações Básicas da Extensão
Nome | Twivo |
ID | ldpoeohapfjhfgiojngmleppigomkmfb |
URL Oficial | https://chromewebstore.google.com/detail/twivo/ldpoeohapfjhfgiojngmleppigomkmfb |
Descrição | Tivo for Twitter - prevent spoilers and save tweets for later |
Tamanho do Arquivo | 35.92 KB |
Contagem de Instalações | 97 |
Versão Atual | 1.0.1 |
Última Atualização | 2013-07-12 |
Data de Publicação | 2013-07-12 |
Classificação | 4.50/5 Total de 4 Avaliações |
Desenvolvedor | Jen Lamere |
Tipo de Pagamento | free |
Site da Extensão | http://jlamere.github.io/twivo/ |
Idiomas Suportados | 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" ] } ] } |