ScamAdviser
Scamadviser, check for scams, phishing, malware and fakes
什么是ScamAdviser?
ScamAdviser是由Scamadviser开发的Chrome扩展程序,该扩展的主要功能是“Scamadviser, check for scams, phishing, malware and fakes”。
扩展截图
下载ScamAdviser扩展crx文件
下载ScamAdviser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
ScamAdviser.com helps over 3 million consumers every month to discover if a website is legitimate or a possible scam. You can now install the ScamAdviser browser extension to real time check if a website is legit or may contain malware, is phishing for your personal information or be an online fraud. 扩展基本信息
| 名称 | |
| ID | lcmofkcgjjagmhodenahpocfkpopjdci |
| 官方URL | https://chromewebstore.google.com/detail/scamadviser/lcmofkcgjjagmhodenahpocfkpopjdci |
| 简介 | Scamadviser, check for scams, phishing, malware and fakes |
| 文件大小 | 887 KB |
| 安装次数 | 12,133 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2023-06-09 |
| 上架时间 | 2022-08-26 |
| 评分 | 4.00/5 共10次评分 |
| 开发者 | Scamadviser |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.scamadviser.com/download-browser-extension-app |
| 帮助页面URL | https://www.scamadviser.com/contact |
| 隐私政策页面URL | https://www.scamadviser.com/privacy-policy |
| 支持的语言 | de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ro,ru,uk,zh-CN,zh-TW,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ScamAdviser",
"description": "__MSG_EXTENSION_DESCRIPTION__",
"homepage_url": "https:\/\/www.scamadviser.com",
"default_locale": "en",
"version": "1.1.0",
"author": "Konrad Ossowski",
"manifest_version": 3,
"incognito": "split",
"background": {
"service_worker": "build\/background.js"
},
"action": {
"default_icon": {
"16": "\/images\/Scamadviser_Shield_Gray.png",
"32": "\/images\/Scamadviser_Shield_Gray.png",
"48": "\/images\/Scamadviser_Shield_Gray.png",
"128": "\/images\/Scamadviser_Shield_Gray.png"
}
},
"permissions": [
"activeTab",
"tabs",
"storage",
"scripting",
"contextMenus"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"build\/content-scripts.js"
]
}
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"fonts\/*.woff"
]
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"icons": {
"16": "\/images\/Scamadviser_Shield_Red.png",
"32": "\/images\/Scamadviser_Shield_Red.png",
"48": "\/images\/Scamadviser_Shield_Red.png",
"128": "\/images\/Scamadviser_Shield_Red.png"
}
} | |