Tumblr User Limitr

Protect your dashboard from people who post too much.

Tumblr User Limitr là gì?

Tumblr User Limitr là một tiện ích mở rộng Chrome được phát triển bởi xyz239, và tính năng chính của nó là "Protect your dashboard from people who post too much.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tumblr User Limitr

Tải xuống các tệp mở rộng Tumblr User Limitr dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tumblr User Limitr Tumblr User Limitr
ID ajbocflhnfjdeianjnoldejcpgemfbmb
URL Chính Thức https://chrome.google.com/webstore/detail/tumblr-user-limitr/ajbocflhnfjdeianjnoldejcpgemfbmb
Mô tả Protect your dashboard from people who post too much.
Kích Thước Tệp 92.78 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2016-07-09
Ngày Phát Hành 2016-07-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển xyz239
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}