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
Eメール [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"
            ]
        }
    ]
}