茶友会 - 淘宝查券助手

茶友会是自动为你查找淘宝优惠券,自动签到领飞猪里程的多功能购物助手

茶友会 - 淘宝查券助手란 무엇입니까?

茶友会 - 淘宝查券助手은(는) https://chayouhui.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "茶友会是自动为你查找淘宝优惠券,自动签到领飞猪里程的多功能购物助手"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

茶友会 - 淘宝查券助手 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        茶友会是一个自动为你自动签到领飞猪里程、自动查找渠道优惠券的浏览器插件。


本次更新:
1. 修复查询拼多多同款
2. 增加独立窗口模式
3. 更新样式

上次更新:

1. 更新基础依赖
2. 移除已失效的金币农场任务
3. 增加一种里程签到任务
4. 增加查询拼多多同款的功能

隐私条例:https://chayouhui.net/policy.html
源代码:https://github.com/sunoj/teaclub


Privacy and Terms:  https://chayouhui.net/policy.html

相关推荐:

京价保 - 京东价保助手                    

확장 프로그램 기본 정보

이름 茶友会 - 淘宝查券助手 茶友会 - 淘宝查券助手
ID igedhbjllcmgidlmhclmphmhlllkibkb
공식 URL https://chromewebstore.google.com/detail/%E8%8C%B6%E5%8F%8B%E4%BC%9A-%E6%B7%98%E5%AE%9D%E6%9F%A5%E5%88%B8%E5%8A%A9%E6%89%8B/igedhbjllcmgidlmhclmphmhlllkibkb
설명 茶友会是自动为你查找淘宝优惠券,自动签到领飞猪里程的多功能购物助手
파일 크기 426 KB
설치 횟수 1,594
현재 버전 0.3.5
최근 업데이트 2020-10-26
출시 날짜 2020-05-29
평점 4.89/5 총 9 개의 평점
개발자 https://chayouhui.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chayouhui.net/
도움말 페이지 URL https://github.com/sunoj/teaclub/issues
개인정보 보호 정책 페이지 URL https://blog.jjb.im/policy.html
지원되는 언어 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u8336\u53cb\u4f1a - \u6dd8\u5b9d\u67e5\u5238\u52a9\u624b",
    "short_name": "\u8336\u53cb\u4f1a",
    "description": "\u8336\u53cb\u4f1a\u662f\u81ea\u52a8\u4e3a\u4f60\u67e5\u627e\u6dd8\u5b9d\u4f18\u60e0\u5238\uff0c\u81ea\u52a8\u7b7e\u5230\u9886\u98de\u732a\u91cc\u7a0b\u7684\u591a\u529f\u80fd\u8d2d\u7269\u52a9\u624b",
    "version": "0.3.5",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "static\/image\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.taobao.com\/*",
                "*:\/\/*.tmall.com\/*",
                "*:\/\/*.fliggy.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/ratewrite.tmall.com\/*",
                "*:\/\/rate.taobao.com\/*",
                "*:\/\/passport.taobao.com\/*",
                "*:\/\/buy.taobao.com\/*",
                "*:\/\/buy.tmall.com\/*"
            ],
            "js": [
                "static\/zepto.min.js",
                "static\/content_script.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "icons": {
        "16": "static\/image\/[email protected]",
        "48": "static\/image\/[email protected]",
        "128": "static\/image\/[email protected]"
    },
    "web_accessible_resources": [
        "static\/touch-emulator.js"
    ],
    "permissions": [
        "*:\/\/*.taobao.com\/*",
        "*:\/\/*.tmall.com\/*",
        "*:\/\/*.fliggy.com\/*",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "contextMenus",
        "notifications"
    ]
}