Check酱

监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28

Check酱とは何ですか?

Check酱はeasychenによって開発されたChromeの拡張機能で、その主な機能は「监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Check酱拡張機能のCRXファイルをダウンロード

Check酱拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Check酱是一个通用网页内容监控工具,可以监测网页内容变化,并发送异动到微信                    

拡張機能の基本情報

名前 Check酱 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
Eメール [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:\/\/*\/*"
            ]
        }
    ]
}