HackNotice Chrome Extension
HackNotice Chrome Extension
什么是HackNotice Chrome Extension?
HackNotice Chrome Extension是由https://hacknotice.com开发的Chrome扩展程序,该扩展的主要功能是“HackNotice Chrome Extension”。
扩展截图
下载HackNotice Chrome Extension扩展crx文件
下载HackNotice Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extends HackNotice, the easy and free personal security service.
The easiest way to know about hacks and identity leaks just got easier.
This extension:
* Alerts you in real time when you visit a site if the site has been hacked recently
* Makes sure that your watchlist is complete by adding sites to HackNotice as you browse
* Stay alerted on all the sites you care about with zero effort
Use HackNotice to:
* Get a timeline of your historical hacks
* Find where your digital identity has been leaked
* Learn about new hacks and leaks in real-time
* Take steps to reduce your risk and increase your security
* Stay up to date on what new hacks are happening around the world
* Share hack notices with friends so they can secure themselves 扩展基本信息
| 名称 | |
| ID | kbjanbmmokbpaibafdgehgkpncpdjbpf |
| 官方URL | https://chromewebstore.google.com/detail/hacknotice-chrome-extensi/kbjanbmmokbpaibafdgehgkpncpdjbpf |
| 简介 | HackNotice Chrome Extension |
| 文件大小 | 147 KB |
| 安装次数 | 1,323 |
| 当前版本 | 1.0.23 |
| 更新时间 | 2024-01-31 |
| 上架时间 | 2019-11-14 |
| 评分 | 4.53/5 共17次评分 |
| 开发者 | https://hacknotice.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://hacknotice.com |
| 帮助页面URL | https://hacknotice.zendesk.com/hc/en-us |
| 隐私政策页面URL | https://hacknotice.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "HackNotice Chrome Extension",
"short_name": "HackNotice Chrome Extension",
"version": "1.0.23",
"description": "HackNotice Chrome Extension",
"host_permissions": [
"*:\/\/extensionapi.hacknotice.com\/*",
"https:\/\/extensionapi.hacknotice.com\/*",
"https:\/\/vpn-dev-steve.hacknotice.com\/*",
"*:\/\/*\/*"
],
"permissions": [
"activeTab",
"storage",
"notifications"
],
"action": {
"default_popup": "index.html?#\/popup",
"default_title": "HackNotice Chrome Extension"
},
"content_scripts": [
{
"js": [
"contentPage.js"
],
"matches": [
" | |