E4 eBay OBO Reveal

Shows the true best offer price on eBay.

什么是E4 eBay OBO Reveal?

E4 eBay OBO Reveal是由smpratte开发的Chrome扩展程序,该扩展的主要功能是“Shows the true best offer price on eBay.”。

扩展截图

screenshot

下载E4 eBay OBO Reveal扩展crx文件

下载E4 eBay OBO Reveal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Reveals accepted best offer price on sold ebay items.                    

扩展基本信息

名称 E4 eBay OBO Reveal E4 eBay OBO Reveal
ID dgkikacooieebjbahemgpcaldhglalfo
官方URL https://chrome.google.com/webstore/detail/e4-ebay-obo-reveal/dgkikacooieebjbahemgpcaldhglalfo
简介 Shows the true best offer price on eBay.
文件大小 8 KB
安装次数 131
当前版本 1.0
更新时间 2020-05-06
上架时间 2020-05-06
评分 2.33/5 共3次评分
开发者 smpratte
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "E4 eBay OBO Reveal",
    "version": "1.0",
    "description": "Shows the true best offer price on eBay.",
    "manifest_version": 2,
    "icons": {
        "64": "e4.png"
    },
    "permissions": [
        "https:\/\/*.ebay.com\/*",
        "https:\/\/*.ebay.com.au\/*",
        "https:\/\/*.ebay.at\/*",
        "https:\/\/*.ebay.be\/*",
        "https:\/\/*.ebay.ca\/*",
        "https:\/\/*.ebay.cn\/*",
        "https:\/\/*.ebay.fr\/*",
        "https:\/\/*.ebay.de\/*",
        "https:\/\/*.ebay.com.hk\/*",
        "https:\/\/*.ebay.in\/*",
        "https:\/\/*.ebay.ie\/*",
        "https:\/\/*.ebay.it\/*",
        "https:\/\/*.ebay.co.jp\/*",
        "https:\/\/*.ebay.com.my\/*",
        "https:\/\/*.ebay.nl\/*",
        "https:\/\/*.ebay.ph\/*",
        "https:\/\/*.ebay.pl\/*",
        "https:\/\/*.ebay.com.sg\/*",
        "https:\/\/*.ebay.es\/*",
        "https:\/\/*.ebay.se\/*",
        "https:\/\/*.ebay.ch\/*",
        "https:\/\/*.ebay.com.tw\/*",
        "https:\/\/*.ebay.co.th\/*",
        "https:\/\/*.ebay.co.uk\/*",
        "https:\/\/*.ebay.vn\/*",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ebay.com\/*",
                "https:\/\/*.ebay.com.au\/*",
                "https:\/\/*.ebay.at\/*",
                "https:\/\/*.ebay.be\/*",
                "https:\/\/*.ebay.ca\/*",
                "https:\/\/*.ebay.cn\/*",
                "https:\/\/*.ebay.fr\/*",
                "https:\/\/*.ebay.de\/*",
                "https:\/\/*.ebay.com.hk\/*",
                "https:\/\/*.ebay.in\/*",
                "https:\/\/*.ebay.ie\/*",
                "https:\/\/*.ebay.it\/*",
                "https:\/\/*.ebay.co.jp\/*",
                "https:\/\/*.ebay.com.my\/*",
                "https:\/\/*.ebay.nl\/*",
                "https:\/\/*.ebay.ph\/*",
                "https:\/\/*.ebay.pl\/*",
                "https:\/\/*.ebay.com.sg\/*",
                "https:\/\/*.ebay.es\/*",
                "https:\/\/*.ebay.se\/*",
                "https:\/\/*.ebay.ch\/*",
                "https:\/\/*.ebay.com.tw\/*",
                "https:\/\/*.ebay.co.th\/*",
                "https:\/\/*.ebay.co.uk\/*",
                "https:\/\/*.ebay.vn\/*"
            ],
            "css": [
                "e4.css"
            ],
            "js": [
                "e4.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "e4.png"
    ]
}