Amazon BSR & Rating Colorizer

Color codes BSR and ratings on Amazon

Amazon BSR & Rating Colorizer क्या है?

Amazon BSR & Rating Colorizer Viktor Nilsson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Color codes BSR and ratings on Amazon"।

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

screenshot

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

crx प्रारूप में Amazon BSR & Rating Colorizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ** NEW **
Added support for new Amazon sites.

This plugin extends the plugin 'DS Amazon Quick View Extended' by adding colorized BSR numbers based on your desired BSR range. 
* Now also color codes ratings.
* Possible to disable and enable features.

Feel free to report bugs and feature request when reviewing the extension.

IMPORTANT!! To use this extension you need to:
* Have 'DS Amazon Quick View Extended' installed
* After installation enter a BSR Range by pressing the extension icon

Enjoy!                    

एक्सटेंशन की मूल जानकारी

नाम Amazon BSR & Rating Colorizer Amazon BSR & Rating Colorizer
ID iffmfknpimppjfoionhiffohdljiedai
आधिकारिक URL https://chromewebstore.google.com/detail/amazon-bsr-rating-coloriz/iffmfknpimppjfoionhiffohdljiedai
विवरण Color codes BSR and ratings on Amazon
फ़ाइल का आकार 41.87 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 1.2.4
अंतिम अपडेट 2022-02-22
प्रकाशन तिथि 2017-09-04
रेटिंग 2.94/5 कुल 17 रेटिंग्स
डेवलपर Viktor Nilsson
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon BSR & Rating Colorizer",
    "short_name": "BSR Colorizer",
    "description": "Color codes BSR and ratings on Amazon",
    "author": "Viktor Nilsson",
    "homepage_url": "http:\/\/www.viktornilsson.com",
    "version": "1.2.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html",
        "default_title": "BSR Colorizer"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.eg\/*",
                "*:\/\/*.amazon.com.br\/*",
                "*:\/\/*.amazon.ca\/*",
                "*:\/\/*.amazon.com.mx\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.amazon.cn\/*",
                "*:\/\/*.amazon.in\/*",
                "*:\/\/*.amazon.co.jp\/*",
                "*:\/\/*.amazon.sg\/*",
                "*:\/\/*.amazon.ae\/*",
                "*:\/\/*.amazon.sa\/*",
                "*:\/\/*.amazon.fr\/*",
                "*:\/\/*.amazon.de\/*",
                "*:\/\/*.amazon.it\/*",
                "*:\/\/*.amazon.nl\/*",
                "*:\/\/*.amazon.pl\/*",
                "*:\/\/*.amazon.es\/*",
                "*:\/\/*.amazon.se\/*",
                "*:\/\/*.amazon.com.tr\/*",
                "*:\/\/*.amazon.co.uk\/*",
                "*:\/\/*.amazon.com.au\/*"
            ],
            "css": [
                "bsr.css"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "bsrpainter.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}