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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/*" ] } |