Tumblr Inactivity Checker

Shows you any inactive Tumblr blogs you're following.

Cos'è Tumblr Inactivity Checker?

Tumblr Inactivity Checker è un'estensione di Chrome sviluppata da jrloprojects, e la sua funzione principale è "Shows you any inactive Tumblr blogs you're following.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tumblr Inactivity Checker

Scarica i file di estensione Tumblr Inactivity Checker 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

                        This Tumblr extension will display any inactive blogs you're following according to the period of time you specify.                    

Informazioni di Base sull'Estensione

Nome Tumblr Inactivity Checker Tumblr Inactivity Checker
ID idegoclkpbmijpnnldfgngfceghpfhpg
URL Ufficiale https://chromewebstore.google.com/detail/tumblr-inactivity-checker/idegoclkpbmijpnnldfgngfceghpfhpg
Descrizione Shows you any inactive Tumblr blogs you're following.
Dimensione del File 52.24 KB
Conteggio Installazioni 739
Versione Corrente 1.0
Ultimo Aggiornamento 2013-05-09
Data di Pubblicazione 2013-05-09
Valutazione 1.35/5 Totale 80 Valutazioni
Sviluppatore jrloprojects
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Inactivity Checker",
    "description": "Shows you any inactive Tumblr blogs you're following.",
    "version": "1.0",
    "icons": {
        "128": "uibicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tumblr.com\/following*"
            ],
            "css": [
                "tbi.css"
            ],
            "js": [
                "jquery.js",
                "jquery.lightbox_me.js",
                "uib.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}