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؟
Obfuscate texts هو إضافة Chrome تم تطويرها بواسطة motemen، والميزة الرئيسية لها هي "With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Obfuscate texts
قم بتنزيل ملفات الامتداد Obfuscate texts بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Obfuscate texts |
ID | iappfbaenmkmgdiodpemhhndfjbigago |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago |
الوصف | With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar… |
حجم الملف | 7.67 KB |
عدد التثبيتات | 81 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2022-07-18 |
تاريخ النشر | 2022-07-18 |
المطور | motemen |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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": [ "*:\/\/*\/*" ] } |