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開發的Chrome擴展程式,該擴展的主要功能是“Would you like to control what shows up on your dashboard? Tumblr Savior is here to save you!”。
擴展截圖
下載Tumblr Savior擴展crx文件
下載Tumblr Savior擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | oefddkjnflmjbclpnnoegglmmdfkidip |
官方網址 | 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\/*" ] } |