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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Klaus และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Censor Ultimate

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
}