Censor Ultimate

If you are a how-to creator, you know how much time and/or money redacting personal information in your videos can cost. Finally,…

Censor Ultimate란 무엇입니까?

Censor Ultimate은(는) Michael Klaus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "If you are a how-to creator, you know how much time and/or money redacting personal information in your videos can cost. Finally,…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Censor Ultimate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        If you are a how-to creator, you know how much time and/or money redacting personal information in your videos can cost. Finally, you can automatically do this with a simple browser plug-in and save hours in post-production!


Censor All The Things

You have the option to either blur the content or put a black bar over it. This works for both text content and input fields. Currently supported:

- Names

- Dates

- Social Security Numbers

- Phone Numbers

- Email Addresses

- Numbers of specified lengths (mostly useful for money and customer IDs)

- … get in touch if you need something special!


This browser extension automatically redacts many details out-of-the-box, without flashing them on the screen for even one frame. Additionally, you can manage explicit include and exclude lists.                    

확장 프로그램 기본 정보

이름 Censor Ultimate Censor Ultimate
ID fdhipaljbnnojfhaldnhenofnkmliihp
공식 URL https://chromewebstore.google.com/detail/censor-ultimate/fdhipaljbnnojfhaldnhenofnkmliihp
설명 If you are a how-to creator, you know how much time and/or money redacting personal information in your videos can cost. Finally,…
파일 크기 17.68 KB
설치 횟수 20
현재 버전 1.2.0
최근 업데이트 2022-12-13
출시 날짜 2020-12-22
평점 5.00/5 총 2 개의 평점
개발자 Michael Klaus
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://michaelklaus.gumroad.com/l/CensorUltimate
도움말 페이지 URL https://michaelklaus.gumroad.com
개인정보 보호 정책 페이지 URL https://www.privacypolicies.com/generic
지원되는 언어 de,en
manifest.json
{
    "manifest_version": 3,
    "name": "Censor Ultimate",
    "version": "1.2.0",
    "default_locale": "en",
    "author": "[email protected]",
    "icons": {
        "128": "CensorUltimate.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "content.css"
            ],
            "js": [
                "content.shim.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "content.js",
                "config.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs3Klf3U\/\/GLos4H2kGlNcg6yAzGnld\/kip5iNA+1M8KzBDxxwFeAjBm5DvEfxr7cxtLnJxuPL+0QJomua5sF6bgzuLrTWvag6qzh8t9YYApW0mpVZ4h9KurTKvr+IaLYvDkq1rbkJWHEOYSfTCbYGZnqUcpOZaB+C9AN88yeNZ\/XoEEg160lGnqmNTb9Oc3nJyrdsnpiIhgdkSqyIhRGmI4w+2L3KbVUJMivhzwxQKGY1iUNdw0nBigf8iJMaEE6fzpTHsMlj1ETm9yFKgExmQa0LA04whySjGU\/sGIBgBfyrZWQ+ZoZf8F1HsbW+0OtAhTL7mi9WyGE0MZrjZB7IwIDAQAB",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}