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酱是一个通用网页内容监控工具,可以监测网页内容变化,并发送异动到微信
擴展基本資訊
名稱 | Check酱 |
ID | deomglgnplnflcbljmehpafdnhdklcep |
官方網址 | 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:\/\/*\/*" ] } ] } |