Obfuscate texts

With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…

Obfuscate texts là gì?

Obfuscate texts là một tiện ích mở rộng Chrome được phát triển bởi motemen, và tính năng chính của nó là "With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Obfuscate texts

Tải xuống các tệp mở rộng Obfuscate texts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar button. Texts are replaced by Unicode block elements as if they are applied a mosaic.

You can now safely take screenshots of web pages including sensitive texts with this extension, not using image editor software.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Obfuscate texts Obfuscate texts
ID iappfbaenmkmgdiodpemhhndfjbigago
URL Chính Thức https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago
Mô tả With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
Kích Thước Tệp 7.67 KB
Số Lần Cài Đặt 81
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-07-18
Ngày Phát Hành 2022-07-18
Nhà Phát Triển motemen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Obfuscate texts",
    "version": "0.0.1",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "activeTab",
        "contextMenus"
    ],
    "action": {
        "default_title": "Obfuscate"
    },
    "background": {
        "service_worker": "background.js"
    },
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ]
}