光年 KOL 挖掘助手

光年 KOL 挖掘助手

光年 KOL 挖掘助手란 무엇입니까?

光年 KOL 挖掘助手은(는) 光年实验室에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "光年 KOL 挖掘助手"입니다.

확장 프로그램 스크린샷

screenshot

光年 KOL 挖掘助手 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        光年KOL挖掘助手可帮助用户快捷认领达人,需配合光年KOL挖掘系统使用。                    

확장 프로그램 기본 정보

이름 光年 KOL 挖掘助手 光年 KOL 挖掘助手
ID lanooihgcbglhohiocmjpoigijdmmbok
공식 URL https://chromewebstore.google.com/detail/%E5%85%89%E5%B9%B4-kol-%E6%8C%96%E6%8E%98%E5%8A%A9%E6%89%8B/lanooihgcbglhohiocmjpoigijdmmbok
설명 光年 KOL 挖掘助手
파일 크기 73.65 KB
설치 횟수 51
현재 버전 1.3.2
최근 업데이트 2024-01-29
출시 날짜 2023-07-27
개발자 光年实验室
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gnlab.com
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u5149\u5e74 KOL \u6316\u6398\u52a9\u624b",
    "version": "1.3.2",
    "description": "\u5149\u5e74 KOL \u6316\u6398\u52a9\u624b",
    "icons": {
        "16": "\/assets\/logo_16.png",
        "32": "\/assets\/logo_32.png",
        "48": "\/assets\/logo_48.png",
        "128": "\/assets\/logo_128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.xingtu.cn\/*"
            ],
            "run_at": "document_start",
            "js": [
                "site-xingtu\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/buyin.jinritemai.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "site-lianmeng\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/channels.weixin.qq.com\/shop\/findersquare\/*"
            ],
            "run_at": "document_start",
            "js": [
                "site-videonum\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/pgy.xiaohongshu.com\/solar\/*"
            ],
            "run_at": "document_start",
            "js": [
                "site-xhs\/content-script.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.gnkol.com\/*",
                "http:\/\/10.168.10.200:88\/*"
            ],
            "run_at": "document_start",
            "js": [
                "site-gnlab\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "site-xingtu\/page.js",
                "site-lianmeng\/page.js",
                "site-videonum\/page.js",
                "site-gnlab\/page.js",
                "site-xhs\/page.js",
                "assets\/content-script-utils.js",
                "assets\/task.js",
                "assets\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}