My Financial Expert Safe Browser
[11] The Safe Browsing Extension
ما هو My Financial Expert Safe Browser؟
My Financial Expert Safe Browser هو إضافة Chrome تم تطويرها بواسطة IDnotify، والميزة الرئيسية لها هي "[11] The Safe Browsing Extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة My Financial Expert Safe Browser
قم بتنزيل ملفات الامتداد My Financial Expert Safe Browser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
My Financial Expert provides you with solutions that protect your digital privacy. With Safe Browser, browse the web privately and securely. Block ad trackers, unwanted ads, and be protected from unsafe sites known for phishing, malware, poor security, and breaches. Safe Browser will help keep internet browsing safe and private. Using it will help you: Prevent third parties (social, ads, and data harvesting networks) from accessing the user's private information (browsing history, account logins, personal and financial information). Prevent users from going to an unsafe website that is associated with malware, breach, or poor security. Safe Browser is a full-featured web browser that isolates your data from the default web browser that comes with your device. Your browsing history, bookmarks and settings are encrypted and never leave the device. Safe Browser allows you to open multiple tabs, view full screen video in landscape and portrait, and bookmark your favorite sites. For your safety and privacy, Safe Browser comes with a built-in ad and tracker blocker and a site reputation shield. The site reputation shield will check for known malicious sites on your device and warn you before you visit them. Available in My Financial Expert Elite bundle.
معلومات أساسية عن التمديد
الاسم | My Financial Expert Safe Browser |
ID | licfcklfoaalimhnjebhpdbifapdbopj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/my-financial-expert-safe/licfcklfoaalimhnjebhpdbifapdbopj |
الوصف | [11] The Safe Browsing Extension |
حجم الملف | 5.31 MB |
عدد التثبيتات | 69 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2021-12-27 |
تاريخ النشر | 2021-12-27 |
المطور | IDnotify |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://myfinancialexpert.com/ |
عنوان صفحة المساعدة | https://experian.myfinancialexpert.com/c/app-support-?RTN=90000862 |
عنوان صفحة سياسة الخصوصية | https://www.idnotify.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "My Financial Expert Safe Browser", "description": "[11] The Safe Browsing Extension", "icons": { "48": "\/images\/icon-48.png" }, "permissions": [ "storage", "tabs", "webNavigation", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background\/index.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/url.invalid\/*" ], "js": [ "content\/cognito-redirect-handler.js" ] } ], "web_accessible_resources": [ "images\/*.png", "*.png", "fonts\/*" ], "browser_action": { "default_icon": { "48": "\/images\/status-disabled-48.png" }, "default_title": "SafeBrowsingExtension", "default_popup": "html\/popup.html" }, "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';" } |