Tumblr User Limitr
Protect your dashboard from people who post too much.
什麼是Tumblr User Limitr?
Tumblr User Limitr是由xyz239開發的Chrome擴展程式,該擴展的主要功能是“Protect your dashboard from people who post too much.”。
擴展截圖
下載Tumblr User Limitr擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | ajbocflhnfjdeianjnoldejcpgemfbmb |
官方網址 | 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" ] } ] } |