Twivo

Tivo for Twitter - prevent spoilers and save tweets for later

Qu'est-ce que Twivo ?

Twivo est une extension Chrome développée par Jen Lamere, et sa fonction principale est "Tivo for Twitter - prevent spoilers and save tweets for later".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twivo

Téléchargez les fichiers d'extension Twivo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom Twivo Twivo
ID ldpoeohapfjhfgiojngmleppigomkmfb
URL Officiel https://chromewebstore.google.com/detail/twivo/ldpoeohapfjhfgiojngmleppigomkmfb
Description Tivo for Twitter - prevent spoilers and save tweets for later
Taille du Fichier 35.92 KB
Nombre d'Installations 97
Version Actuelle 1.0.1
Dernière Mise à Jour 2013-07-12
Date de Publication 2013-07-12
Évaluation 4.50/5 Total 4 Évaluations
Développeur Jen Lamere
Type de Paiement free
Site Web de l'Extension http://jlamere.github.io/twivo/
Langues Prises en Charge 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"
            ]
        }
    ]
}