Tumblr Savior
Would you like to control what shows up on your dashboard? Tumblr Savior is here to save you!
¿Qué es Tumblr Savior?
Tumblr Savior es una extensión de Chrome desarrollada por https://bjornstar.com, y su función principal es "Would you like to control what shows up on your dashboard? Tumblr Savior is here to save you!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tumblr Savior
Descarga archivos de extensión Tumblr Savior en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Tired of posts about the coronavirus filling up your dashboard? Hate hearing about Trump's latest blunders? If you just want to hide posts about certain topics, Tumblr Savior is here to save you. Just add your most despised terms to the black list and Tumblr Savior will valiantly protect your delicate sensibilities. And if you wonder what got hidden, there’s a handy link to show you. Latest Version: v1.15.0 / 2023-08-26 * Update for the latest version of the desktop * New `CSS_CLASS_MAP` -- https://assets.tumblr.com/pop/cssmap-232fd5ad.json * Replaced `t.umblr.com` redirect removal with `href.li` * Updated workflows to run on node v20 * Updated `eslint` & `addons-linter` to latest version For a full list of release notes go to https://github.com/bjornstar/Tumblr-Savior/releases
Información Básica de la Extensión
Nombre | Tumblr Savior |
ID | oefddkjnflmjbclpnnoegglmmdfkidip |
URL Oficial | https://chromewebstore.google.com/detail/tumblr-savior/oefddkjnflmjbclpnnoegglmmdfkidip |
Descripción | Would you like to control what shows up on your dashboard? Tumblr Savior is here to save you! |
Tamaño del Archivo | 33.21 KB |
Cantidad de Instalaciones | 64,041 |
Versión Actual | 1.15.0 |
Última Actualización | 2023-08-28 |
Fecha de Publicación | 2020-07-05 |
Calificación | 4.25/5 Total de 938 Calificaciones |
Desarrollador | https://bjornstar.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://tumblr-savior.bjornstar.com/ |
URL de la Página de Ayuda | https://tumblr-savior.github.bjornstar.com/ |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tumblr Savior", "version": "1.15.0", "description": "Would you like to control what shows up on your dashboard? Tumblr Savior is here to save you!", "background": { "scripts": [ "data\/defaults.js", "lib\/main.js" ] }, "browser_action": { "default_icon": "data\/Icon-16.png", "default_popup": "data\/options.html", "default_title": "Tumblr Savior" }, "content_scripts": [ { "exclude_globs": [ "http:\/\/www.tumblr.com\/upload\/*", "https:\/\/www.tumblr.com\/upload\/*" ], "js": [ "data\/script.js" ], "matches": [ "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*" ], "run_at": "document_start" } ], "icons": { "16": "data\/Icon-16.png", "32": "data\/Icon-32.png", "48": "data\/Icon-48.png", "64": "data\/Icon-64.png", "128": "data\/Icon-128.png" }, "manifest_version": 2, "options_page": "data\/options.html", "permissions": [ "contextMenus", "tabs", "http:\/\/www.tumblr.com\/*", "https:\/\/www.tumblr.com\/*" ] } |