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 |
公式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" ] } ] } |