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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}