Check酱

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

Wat is Check酱?

Check酱 is een Chrome-extensie ontwikkeld door easychen, en de belangrijkste functie is "监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Check酱

Download Check酱-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Check酱 Check酱
ID deomglgnplnflcbljmehpafdnhdklcep
Officiële URL https://chromewebstore.google.com/detail/check%E9%85%B1/deomglgnplnflcbljmehpafdnhdklcep
Beschrijving 监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28
Bestandsgrootte 1.73 MB
Aantal Installaties 2,201
Huidige Versie 0.9.20
Laatst Bijgewerkt 2023-04-14
Publicatiedatum 2022-06-13
Beoordeling 5.00/5 Totaal 27 Beoordelingen
Ontwikkelaar easychen
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ckc.ftqq.com
URL van de Privacybeleid Pagina https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}