Tumblr Inactivity Checker
Shows you any inactive Tumblr blogs you're following.
What is Tumblr Inactivity Checker?
Tumblr Inactivity Checker is a Chrome extension developed by jrloprojects, and its main feature is "Shows you any inactive Tumblr blogs you're following.".
Extension Screenshots
Download Tumblr Inactivity Checker Extension CRX File
Download Tumblr Inactivity Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This Tumblr extension will display any inactive blogs you're following according to the period of time you specify.
Extension Basic Information
Name | Tumblr Inactivity Checker |
ID | idegoclkpbmijpnnldfgngfceghpfhpg |
Official URL | https://chromewebstore.google.com/detail/tumblr-inactivity-checker/idegoclkpbmijpnnldfgngfceghpfhpg |
Description | Shows you any inactive Tumblr blogs you're following. |
File Size | 52.24 KB |
Installation Count | 739 |
Current Version | 1.0 |
Last Updated | 2013-05-09 |
Publish Date | 2013-05-09 |
Rating | 1.35/5 Total 80 Ratings |
Developer | jrloprojects |
Payment Type | free |
Supported Languages | 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" } ] } |