Check酱

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

Cos'è Check酱?

Check酱 è un'estensione di Chrome sviluppata da easychen, e la sua funzione principale è "监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Check酱

Scarica i file di estensione Check酱 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Check酱 Check酱
ID deomglgnplnflcbljmehpafdnhdklcep
URL Ufficiale https://chromewebstore.google.com/detail/check%E9%85%B1/deomglgnplnflcbljmehpafdnhdklcep
Descrizione 监控页面变动,并发送异动到微信。 Build.2023.04.12.22.49.28
Dimensione del File 1.73 MB
Conteggio Installazioni 2,201
Versione Corrente 0.9.20
Ultimo Aggiornamento 2023-04-14
Data di Pubblicazione 2022-06-13
Valutazione 5.00/5 Totale 27 Valutazioni
Sviluppatore easychen
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ckc.ftqq.com
URL della Pagina della Politica sulla Privacy https://github.com/easychen/checkchan-dist/blob/master/PrivacyPolicy.md
Lingue Supportate 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:\/\/*\/*"
            ]
        }
    ]
}