Tumblr Inactivity Checker

Shows you any inactive Tumblr blogs you're following.

Wat is Tumblr Inactivity Checker?

Tumblr Inactivity Checker is een Chrome-extensie ontwikkeld door jrloprojects, en de belangrijkste functie is "Shows you any inactive Tumblr blogs you're following.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tumblr Inactivity Checker

Download Tumblr Inactivity Checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Tumblr Inactivity Checker Tumblr Inactivity Checker
ID idegoclkpbmijpnnldfgngfceghpfhpg
Officiële URL https://chromewebstore.google.com/detail/tumblr-inactivity-checker/idegoclkpbmijpnnldfgngfceghpfhpg
Beschrijving Shows you any inactive Tumblr blogs you're following.
Bestandsgrootte 52.24 KB
Aantal Installaties 739
Huidige Versie 1.0
Laatst Bijgewerkt 2013-05-09
Publicatiedatum 2013-05-09
Beoordeling 1.35/5 Totaal 80 Beoordelingen
Ontwikkelaar jrloprojects
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}