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文件

下載Censor Ultimate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝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, 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
官方網址 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"
}