Trend Micro ID Protection
Avoid dangerous websites, block ads and trackers, protect your online privacy, keep your social media accounts safe, and more!
O que é Trend Micro ID Protection?
Trend Micro ID Protection é uma extensão do Chrome desenvolvida por https://www.trendmicro.com, e sua principal característica é "Avoid dangerous websites, block ads and trackers, protect your online privacy, keep your social media accounts safe, and more!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trend Micro ID Protection
Baixe arquivos de extensão Trend Micro ID Protection no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Trend Micro ID Protection (previously known as Trend Micro Check) is an all-in-one adblocker, password manager, and privacy-enhancing browser extension. It blocks invasive trackers and annoying ads, cleans and secures your browser, keeps you safe from dangerous websites, helps you manage your passwords, resets risky site permissions, alerts you to data breaches, and more. Download today and take control of your online privacy. Additionally, through the ID Protection extension, you can access the ID Protection portal and mobile app, where you can discover lots of extra features to protect against identity theft, fraud, and unauthorized access to your online accounts. ✓ Anti-Tracking & Privacy Protection Clear tracking cookies and block trackers to stop them from collecting your data. Optimize the privacy settings of your social media accounts. Clean up your digital footprint by removing the information stored in your browser. ✓ Ad & Pop-Up Blocker Say goodbye to annoying ads and enjoy a distraction-free browsing experience. Block unwanted ads and popups, including banner ads and pop-ups on Facebook and all other websites. If you see ads that haven’t been blocked automatically, you can block them manually. ✓ Password Manager with Autofill Keep all your passwords safe and organized in your own personal secure vault, eliminating the need to remember an endless number of passwords or compromise your security by reusing the same ones time and time again. Your login info will be autofilled too, which makes signing in to websites a breeze. ✓ Social Media Monitoring Keep your Facebook, Google, and Instagram accounts private and protected from hackers. Receive alerts about suspicious posts and changes made to your accounts. Keep the cybercriminals at bay and reduce your risk of identity theft. ✓ Online Threat Protection Get protection against phishing attacks, dangerous websites, and online scams. ✓ Safer Browsing Receive alerts before you visit websites with poor reputations. Never visit a dangerous website or download a malicious file again. ✓ Identity Theft Protection Block phishing websites that will try to steal your personal information. Trend Micro technology is proven to detect and block up to 99% of phishing sites. ✓ Page Ratings on Search Results Know whether the links in your search results are safe to click. Avoid phishing, scam, and other types of malicious websites with ease.
Informações Básicas da Extensão
Nome | Trend Micro ID Protection |
ID | imhhfjfjfhjjjgaedcanngoffjmcblgi |
URL Oficial | https://chromewebstore.google.com/detail/trend-micro-id-protection/imhhfjfjfhjjjgaedcanngoffjmcblgi |
Descrição | Avoid dangerous websites, block ads and trackers, protect your online privacy, keep your social media accounts safe, and more! |
Tamanho do Arquivo | 6.25 MB |
Contagem de Instalações | 140,805 |
Versão Atual | 33.0.2.62 |
Última Atualização | 2024-02-22 |
Data de Publicação | 2020-11-24 |
Classificação | 4.59/5 Total de 555 Avaliações |
Desenvolvedor | https://www.trendmicro.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://idprotect.trendmicro.com/ |
URL da Página de Política de Privacidade | https://www.trendmicro.com/en_us/about/legal/privacy-policy-product.html |
Idiomas Suportados | en,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "author": "__MSG_extAuthor__", "version": "33.0.2.62", "description": "__MSG_extDescription__", "minimum_chrome_version": "101.0", "permissions": [ "activeTab", "storage", "declarativeNetRequest", "declarativeNetRequestFeedback", "notifications", "contextMenus", "management", "alarms", "downloads", "history", "scripting" ], "optional_permissions": [ "browsingData", "contentSettings", "cookies", "privacy", "topSites" ], "host_permissions": [ "*:\/\/*\/*" ], "icons": { "16": "images\/toolbar_logo_16.png", "48": "images\/toolbar_logo_48.png", "128": "images\/toolbar_logo_128.png", "256": "images\/toolbar_logo_256.png" }, "action": { "default_icon": { "20": "images\/[email protected]", "40": "images\/[email protected]" }, "default_title": "__MSG_extBrowserActionTitle__" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/dashboard.gocheck.us\/*", "https:\/\/api.twitter.com\/*" ], "js": [ "js\/mcs\/checkMain.js", "js\/common\/injector_page\/injectDogIcon.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/dashboard.gocheck.us\/*", "https:\/\/api.twitter.com\/*" ], "js": [ "js\/mcs\/content.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "https:\/\/www.google.com\/search*", "https:\/\/www.google.co.jp\/search*", "https:\/\/www.google.co.uk\/search*", "https:\/\/www.google.es\/search*", "https:\/\/www.google.ca\/search*", "https:\/\/www.google.de\/search*", "https:\/\/www.google.it\/search*", "https:\/\/www.google.fr\/search*", "https:\/\/www.google.com.au\/search*", "https:\/\/www.google.com.tw\/search*", "https:\/\/www.google.nl\/search*", "https:\/\/www.google.com.br\/search*", "https:\/\/www.google.com.tr\/search*", "https:\/\/www.google.be\/search*", "https:\/\/www.google.com.gr\/search*", "https:\/\/www.google.co.in\/search*", "https:\/\/www.google.com.mx\/search*", "https:\/\/www.google.dk\/search*", "https:\/\/www.google.com.ar\/search*", "https:\/\/www.google.ch\/search*", "https:\/\/www.google.cl\/search*", "https:\/\/www.google.at\/search*", "https:\/\/www.google.co.kr\/search*", "https:\/\/www.google.ie\/search*", "https:\/\/www.google.com.co\/search*", "https:\/\/www.google.pl\/search*", "https:\/\/www.google.pt\/search*", "https:\/\/www.google.com.pk\/search*", "https:\/\/www.google.com.hk\/search*" ], "js": [ "js\/pageRating\/googleSearch.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "https:\/\/*.bing.com\/search*" ], "js": [ "js\/pageRating\/bing.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "https:\/\/*.search.yahoo.com\/search*" ], "js": [ "js\/pageRating\/yahoo.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/dashboard.gocheck.us\/*", "https:\/\/*.trendmicro.com\/*" ], "js": [ "js\/canvasFpDefender\/injectScript.js" ], "all_frames": true, "match_about_blank": true, "run_at": "document_start" }, { "matches": [ "https:\/\/dashboard.gocheck.us\/*", "https:\/\/idprotect.trendmicro.com\/*", "https:\/\/preprod.idprotect.trendmicro.com\/*" ], "js": [ "js\/common\/injector_page\/injectBridge.js" ], "run_at": "document_start", "all_frames": true }, { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/twitter.com\/settings\/connected_apps*", "https:\/\/www.facebook.com\/settings\/?tab=applications*", "https:\/\/www.facebook.com\/settings?tab=applications*", "https:\/\/myaccount.google.com\/permissions*", "https:\/\/myaccount.google.com\/connections*", "https:\/\/myadcenter.google.com\/*" ], "js": [ "js\/common\/privacy_guide\/js\/index.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "https:\/\/idpanda.trendmicro.com\/social\/*" ], "js": [ "js\/privacyGuide\/idp.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/www.bing.com\/search*" ], "js": [ "js\/chat_gpt\/js\/chatGPT.js" ], "run_at": "document_end", "all_frames": false }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/dashboard.gocheck.us\/*", "https:\/\/api.twitter.com\/*" ], "js": [ "js\/pwm\/src\/pages\/content\/index.js" ], "run_at": "document_end", "all_frames": false } ], "background": { "service_worker": "background.js" }, "default_locale": "en", "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ " |