Tumblr Savior

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

Tumblr Savior क्या है?

Tumblr Savior https://bjornstar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Would you like to control what shows up on your dashboard? Tumblr Savior is here to save you!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tumblr Savior एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Tumblr Savior Tumblr Savior
ID oefddkjnflmjbclpnnoegglmmdfkidip
आधिकारिक URL https://chromewebstore.google.com/detail/tumblr-savior/oefddkjnflmjbclpnnoegglmmdfkidip
विवरण Would you like to control what shows up on your dashboard? Tumblr Savior is here to save you!
फ़ाइल का आकार 33.21 KB
स्थापना संख्या 64,041
वर्तमान संस्करण 1.15.0
अंतिम अपडेट 2023-08-28
प्रकाशन तिथि 2020-07-05
रेटिंग 4.25/5 कुल 938 रेटिंग्स
डेवलपर https://bjornstar.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tumblr-savior.bjornstar.com/
सहायता पृष्ठ URL https://tumblr-savior.github.bjornstar.com/
समर्थित भाषाएँ 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\/*"
    ]
}