Tumblr User Limitr
Protect your dashboard from people who post too much.
Qu'est-ce que Tumblr User Limitr ?
Tumblr User Limitr est une extension Chrome développée par xyz239, et sa fonction principale est "Protect your dashboard from people who post too much.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tumblr User Limitr
Téléchargez les fichiers d'extension Tumblr User Limitr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ajbocflhnfjdeianjnoldejcpgemfbmb |
URL Officiel | https://chrome.google.com/webstore/detail/tumblr-user-limitr/ajbocflhnfjdeianjnoldejcpgemfbmb |
Description | Protect your dashboard from people who post too much. |
Taille du Fichier | 92.78 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2016-07-09 |
Date de Publication | 2016-07-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | xyz239 |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |