Tumblr User Limitr

Protect your dashboard from people who post too much.

Tumblr User Limitrคืออะไร?

Tumblr User Limitr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xyz239 และคุณลักษณะหลักของมันคือ "Protect your dashboard from people who post too much."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tumblr User Limitr

ดาวน์โหลดไฟล์ส่วนขยาย Tumblr User Limitr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Tumblr User Limitr Tumblr User Limitr
ID ajbocflhnfjdeianjnoldejcpgemfbmb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tumblr-user-limitr/ajbocflhnfjdeianjnoldejcpgemfbmb
คำอธิบาย Protect your dashboard from people who post too much.
ขนาดไฟล์ 92.78 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2016-07-09
วันที่เผยแพร่ 2016-07-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา xyz239
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}