WatchCharts For Reddit

Quickly view listings on Reddit WatchExchange

WatchCharts For Reddit क्या है?

WatchCharts For Reddit https://watchcharts.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly view listings on Reddit WatchExchange"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WatchCharts For Reddit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}