Twivo

Tivo for Twitter - prevent spoilers and save tweets for later

Cos'è Twivo?

Twivo è un'estensione di Chrome sviluppata da Jen Lamere, e la sua funzione principale è "Tivo for Twitter - prevent spoilers and save tweets for later".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twivo

Scarica i file di estensione Twivo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Twivo Twivo
ID ldpoeohapfjhfgiojngmleppigomkmfb
URL Ufficiale https://chromewebstore.google.com/detail/twivo/ldpoeohapfjhfgiojngmleppigomkmfb
Descrizione Tivo for Twitter - prevent spoilers and save tweets for later
Dimensione del File 35.92 KB
Conteggio Installazioni 97
Versione Corrente 1.0.1
Ultimo Aggiornamento 2013-07-12
Data di Pubblicazione 2013-07-12
Valutazione 4.50/5 Totale 4 Valutazioni
Sviluppatore Jen Lamere
Tipo di Pagamento free
Sito Web dell'Estensione http://jlamere.github.io/twivo/
Lingue Supportate 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"
            ]
        }
    ]
}