Tumblr User Limitr

Protect your dashboard from people who post too much.

What is Tumblr User Limitr?

Tumblr User Limitr is a Chrome extension developed by xyz239, and its main feature is "Protect your dashboard from people who post too much.".

Extension Screenshots

screenshot

Download Tumblr User Limitr Extension CRX File

Download Tumblr User Limitr 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

                        A simple extension that allows you to limit the tumblr content you see from specific users. If you follow one or more users whose content you like but think they dominate your dashboard too much, this extension is perfect for you.                    

Extension Basic Information

Name Tumblr User Limitr Tumblr User Limitr
ID ajbocflhnfjdeianjnoldejcpgemfbmb
Official URL https://chrome.google.com/webstore/detail/tumblr-user-limitr/ajbocflhnfjdeianjnoldejcpgemfbmb
Description Protect your dashboard from people who post too much.
File Size 92.78 KB
Installation Count 15
Current Version 1.5
Last Updated 2016-07-09
Publish Date 2016-07-09
Rating 5.00/5 Total 1 Ratings
Developer xyz239
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr User Limitr",
    "version": "1.5",
    "description": "Protect your dashboard from people who post too much.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "*:\/\/www.tumblr.com\/dashboard"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tumblr.com\/dashboard"
            ],
            "js": [
                "jquery-1.12.3.min.js",
                "tumblimiter.js"
            ]
        }
    ]
}