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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Tumblr User Limitr
قم بتنزيل ملفات الامتداد Tumblr User Limitr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } ] } |