Check酱
监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28
什么是Check酱?
Check酱是由easychen开发的Chrome扩展程序,该扩展的主要功能是“监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28”。
扩展截图
下载Check酱扩展crx文件
下载Check酱扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Check酱是一个通用网页内容监控工具,可以监测网页内容变化,并发送异动到微信 扩展基本信息
| 名称 | |
| ID | deomglgnplnflcbljmehpafdnhdklcep |
| 官方URL | https://chromewebstore.google.com/detail/check%E9%85%B1/deomglgnplnflcbljmehpafdnhdklcep |
| 简介 | 监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28 |
| 文件大小 | 1.73 MB |
| 安装次数 | 2,201 |
| 当前版本 | 0.9.20 |
| 更新时间 | 2023-04-14 |
| 上架时间 | 2022-06-13 |
| 评分 | 5.00/5 共27次评分 |
| 开发者 | easychen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://ckc.ftqq.com |
| 隐私政策页面URL | https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appTitle__",
"description": "__MSG_appDesc__",
"default_locale": "zh_CN",
"version": "0.9.20",
"icons": {
"512": "logo.color.png"
},
"action": {
"default_title": "Check\u9171"
},
"permissions": [
"cookies",
"scripting",
"tabs",
"notifications",
"storage",
"alarms",
"contextMenus",
"debugger",
"unlimitedStorage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
},
"background": {
"service_worker": "start.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"dom-inspector.min.js",
"content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |