Tumblr Inactivity Checker

Shows you any inactive Tumblr blogs you're following.

Apa itu Tumblr Inactivity Checker?

Tumblr Inactivity Checker adalah ekstensi Chrome yang dikembangkan oleh jrloprojects, dan fitur utamanya adalah "Shows you any inactive Tumblr blogs you're following.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Tumblr Inactivity Checker

Unduh file ekstensi Tumblr Inactivity Checker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Tumblr Inactivity Checker Tumblr Inactivity Checker
ID idegoclkpbmijpnnldfgngfceghpfhpg
URL Resmi https://chromewebstore.google.com/detail/tumblr-inactivity-checker/idegoclkpbmijpnnldfgngfceghpfhpg
Deskripsi Shows you any inactive Tumblr blogs you're following.
Ukuran File 52.24 KB
Jumlah Instalasi 739
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-05-09
Tanggal Publikasi 2013-05-09
Penilaian 1.35/5 Total 80 Penilaian
Pengembang jrloprojects
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}