Tumblr Savior

Would you like to control what shows up on your dashboard? Tumblr Savior is here to save you!

Qu'est-ce que Tumblr Savior ?

Tumblr Savior est une extension Chrome développée par https://bjornstar.com, et sa fonction principale est "Would you like to control what shows up on your dashboard? Tumblr Savior is here to save you!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tumblr Savior

Téléchargez les fichiers d'extension Tumblr Savior 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

                        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                    

Informations de Base sur l'Extension

Nom Tumblr Savior Tumblr Savior
ID oefddkjnflmjbclpnnoegglmmdfkidip
URL Officiel https://chromewebstore.google.com/detail/tumblr-savior/oefddkjnflmjbclpnnoegglmmdfkidip
Description Would you like to control what shows up on your dashboard? Tumblr Savior is here to save you!
Taille du Fichier 33.21 KB
Nombre d'Installations 64,041
Version Actuelle 1.15.0
Dernière Mise à Jour 2023-08-28
Date de Publication 2020-07-05
Évaluation 4.25/5 Total 938 Évaluations
Développeur https://bjornstar.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://tumblr-savior.bjornstar.com/
URL de la Page d'Aide https://tumblr-savior.github.bjornstar.com/
Langues Prises en Charge 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\/*"
    ]
}