WatchCharts For Reddit

Quickly view listings on Reddit WatchExchange

什么是WatchCharts For Reddit?

WatchCharts For Reddit是由https://watchcharts.com开发的Chrome扩展程序,该扩展的主要功能是“Quickly view listings on Reddit WatchExchange”。

扩展截图

screenshot

下载WatchCharts For Reddit扩展crx文件

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

扩展使用说明

                        WatchCharts for Reddit (beta) is an extension for Reddit WatchExchange that shows key information about for listing at a glance, such as:

- Pricing information, including market price calculated by WatchCharts.com
- Brand, collection, and model information
- Listing photos

Access all this information quickly and easily, whether you are on the front page or an individual listing. Works with infinite scroll (RES or new site layout) as well! Simplify your browsing experience.                    

扩展基本信息

名称 WatchCharts For Reddit WatchCharts For Reddit
ID bfmpkklnjpdjdkljkhcengknpcggagck
官方URL https://chromewebstore.google.com/detail/watchcharts-for-reddit/bfmpkklnjpdjdkljkhcengknpcggagck
简介 Quickly view listings on Reddit WatchExchange
文件大小 85.87 KB
安装次数 123
当前版本 0.1.2
更新时间 2019-08-04
上架时间 2019-08-04
开发者 https://watchcharts.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://watchcharts.com/about/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WatchCharts For Reddit",
    "description": "Quickly view listings on Reddit WatchExchange",
    "version": "0.1.2",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WatchCharts for Reddit"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.reddit.com\/r\/Watchexchange\/*"
            ],
            "css": [
                "bootstrap.min.css",
                "reddit\/styles.css"
            ],
            "js": [
                "jquery.min.js",
                "reddit\/scripts.js"
            ]
        }
    ]
}