chrome-kwai-fx

快手助手

Wat is chrome-kwai-fx?

chrome-kwai-fx is een Chrome-extensie ontwikkeld door chuangnian, en de belangrijkste functie is "快手助手".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie chrome-kwai-fx

Download chrome-kwai-fx-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

                        快手助手,帮助用户快速获取快手商家信息,安装后即可在页面展示                    

Basisinformatie over de Extensie

Naam chrome-kwai-fx chrome-kwai-fx
ID objmchfggcaneijdpnlicbibnlboklgm
Officiële URL https://chromewebstore.google.com/detail/chrome-kwai-fx/objmchfggcaneijdpnlicbibnlboklgm
Beschrijving 快手助手
Bestandsgrootte 477 KB
Aantal Installaties 72
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-08-17
Publicatiedatum 2022-08-17
Ontwikkelaar chuangnian
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "chrome-kwai-fx",
    "description": "\u5feb\u624b\u52a9\u624b",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "action": {
        "default_title": "chrome-kwai-fx",
        "default_icon": {
            "16": "icon\/icon16.png",
            "48": "icon\/icon48.png",
            "128": "icon\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/kmlapi.kmeila.com\/*",
        "*:\/\/pay.kmeila.com\/*",
        "*:\/\/*.kwaixiaodian.com\/*"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cps.kwaixiaodian.com\/page\/kwaimoney\/promotion\/goods\/detail\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js",
                "js\/detail.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/cps.kwaixiaodian.com\/page\/kwaimoney\/*"
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ]
}