Tumblr Inactivity Checker

Shows you any inactive Tumblr blogs you're following.

Qu'est-ce que Tumblr Inactivity Checker ?

Tumblr Inactivity Checker est une extension Chrome développée par jrloprojects, et sa fonction principale est "Shows you any inactive Tumblr blogs you're following.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tumblr Inactivity Checker

Téléchargez les fichiers d'extension Tumblr Inactivity Checker 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

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

Informations de Base sur l'Extension

Nom Tumblr Inactivity Checker Tumblr Inactivity Checker
ID idegoclkpbmijpnnldfgngfceghpfhpg
URL Officiel https://chromewebstore.google.com/detail/tumblr-inactivity-checker/idegoclkpbmijpnnldfgngfceghpfhpg
Description Shows you any inactive Tumblr blogs you're following.
Taille du Fichier 52.24 KB
Nombre d'Installations 739
Version Actuelle 1.0
Dernière Mise à Jour 2013-05-09
Date de Publication 2013-05-09
Évaluation 1.35/5 Total 80 Évaluations
Développeur jrloprojects
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}