Check酱
监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28
What is Check酱?
Check酱 is a Chrome extension developed by easychen, and its main feature is "监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28".
Extension Screenshots
Download Check酱 Extension CRX File
Download Check酱 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Check酱是一个通用网页内容监控工具,可以监测网页内容变化,并发送异动到微信
Extension Basic Information
Name | Check酱 |
ID | deomglgnplnflcbljmehpafdnhdklcep |
Official URL | https://chromewebstore.google.com/detail/check%E9%85%B1/deomglgnplnflcbljmehpafdnhdklcep |
Description | 监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28 |
File Size | 1.73 MB |
Installation Count | 2,201 |
Current Version | 0.9.20 |
Last Updated | 2023-04-14 |
Publish Date | 2022-06-13 |
Rating | 5.00/5 Total 27 Ratings |
Developer | easychen |
[email protected] | |
Payment Type | free |
Extension Website | https://ckc.ftqq.com |
Privacy Policy Page URL | https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md |
Supported Languages | 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:\/\/*\/*" ] } ] } |