DripCheck
An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg/hEfnJz5rAk
什么是DripCheck?
DripCheck是由DripAIO开发的Chrome扩展程序,该扩展的主要功能是“An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg/hEfnJz5rAk”。
扩展截图
下载DripCheck扩展crx文件
下载DripCheck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Join the discord, You need to be a member to gain access to the tool!                     扩展基本信息
| 名称 |   |  
| ID | pdejccknbejcikgechkmhekidggbhjkh | 
| 官方URL | https://chromewebstore.google.com/detail/dripcheck/pdejccknbejcikgechkmhekidggbhjkh | 
| 简介 | An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg/hEfnJz5rAk | 
| 文件大小 | 30.61 KB | 
| 安装次数 | 15 | 
| 当前版本 | 0.1.4 | 
| 更新时间 | 2020-11-24 | 
| 上架时间 | 2020-11-24 | 
| 评分 | 3.00/5 共2次评分 | 
| 开发者 | DripAIO | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DripCheck",
    "description": "An chrome extension made to check completed listing prices. Made by cheems#9467 discord.gg\/hEfnJz5rAk",
    "version": "0.1.4",
    "manifest_version": 2,
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": ".\/popup-sign-in.html"
    },
    "permissions": [
        "identity",
        "contextMenus"
    ]
}  |  |