WatchCharts For Reddit

Quickly view listings on Reddit WatchExchange

Wat is WatchCharts For Reddit?

WatchCharts For Reddit is een Chrome-extensie ontwikkeld door https://watchcharts.com, en de belangrijkste functie is "Quickly view listings on Reddit WatchExchange".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WatchCharts For Reddit

Download WatchCharts For Reddit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WatchCharts For Reddit WatchCharts For Reddit
ID bfmpkklnjpdjdkljkhcengknpcggagck
Officiële URL https://chromewebstore.google.com/detail/watchcharts-for-reddit/bfmpkklnjpdjdkljkhcengknpcggagck
Beschrijving Quickly view listings on Reddit WatchExchange
Bestandsgrootte 85.87 KB
Aantal Installaties 123
Huidige Versie 0.1.2
Laatst Bijgewerkt 2019-08-04
Publicatiedatum 2019-08-04
Ontwikkelaar https://watchcharts.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://watchcharts.com/about/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}