畅易阁小程序助手

‘畅易阁助手’小程序的助手,交流群:635421999

What is 畅易阁小程序助手?

畅易阁小程序助手 is a Chrome extension developed by https://www.mqllin.cn, and its main feature is "‘畅易阁助手’小程序的助手,交流群:635421999".

Extension Screenshots

screenshot

Download 畅易阁小程序助手 Extension CRX File

Download 畅易阁小程序助手 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        本插件是为《畅易阁助手》小程序量身定制的助手插件,可以与小程序实现联动扫一扫立刻查询该商品的历史交易价格。                    

Extension Basic Information

Name 畅易阁小程序助手 畅易阁小程序助手
ID dnaplilmhhcejbeciepgfgmgnkokmlmi
Official URL https://chromewebstore.google.com/detail/%E7%95%85%E6%98%93%E9%98%81%E5%B0%8F%E7%A8%8B%E5%BA%8F%E5%8A%A9%E6%89%8B/dnaplilmhhcejbeciepgfgmgnkokmlmi
Description ‘畅易阁助手’小程序的助手,交流群:635421999
File Size 530 KB
Installation Count 20
Current Version 1.0.1
Last Updated 2020-05-11
Publish Date 2020-05-08
Developer https://www.mqllin.cn
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u7545\u6613\u9601\u5c0f\u7a0b\u5e8f\u52a9\u624b",
    "version": "1.0.1",
    "description": "__MSG_pluginDesc__",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.8.3.js",
                "js\/qrcode.min.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*.png",
                "*:\/\/*\/*.jpg",
                "*:\/\/*\/*.gif",
                "*:\/\/*\/*.bmp"
            ],
            "js": [
                "js\/show-image-content-size.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/cyg.changyou.com\/details\/*",
        "https:\/\/cyg.changyou.com\/details\/*"
    ],
    "web_accessible_resources": [
        "js\/jquery-1.8.3.js",
        "js\/inject.js"
    ],
    "homepage_url": "https:\/\/www.mqllin.cn\/",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "omnibox": {
        "keyword": "go"
    },
    "default_locale": "zh_CN",
    "devtools_page": "devtools.html"
}