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,…".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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": [
" | |