Black theme for Ebay

The dark theme protects the eyes, changing the Ebay theme to black. For those who do not like the white theme Ebay.

Black theme for Ebay क्या है?

Black theme for Ebay ali द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The dark theme protects the eyes, changing the Ebay theme to black. For those who do not like the white theme Ebay."।

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

screenshot

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

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

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

                        If you often buy or sell on Ebay, spend a lot of time on this site, then a dark theme can help reduce eye strain by changing the site's colors to be more pleasant to work with.

Dark Theme for Ebay can be turned on / off by clicking on the extension icon.

This is an independent project developed by narezkatut and not affiliated with Ebay.                    

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

नाम Black theme for Ebay Black theme for Ebay
ID jnhgnoijemmehpdmdcdcgjkkfhbbjnkc
आधिकारिक URL https://chromewebstore.google.com/detail/black-theme-for-ebay/jnhgnoijemmehpdmdcdcgjkkfhbbjnkc
विवरण The dark theme protects the eyes, changing the Ebay theme to black. For those who do not like the white theme Ebay.
फ़ाइल का आकार 42.47 KB
स्थापना संख्या 9,316
वर्तमान संस्करण 0.0.15
अंतिम अपडेट 2021-09-07
प्रकाशन तिथि 2020-02-25
रेटिंग 2.11/5 कुल 38 रेटिंग्स
डेवलपर ali
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "manifest_version": 2,
    "version": "0.0.15",
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "img\/enable.png",
        "default_title": "__MSG_short_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ebay.com\/*",
                "*:\/\/*.ebay.com.ua\/*",
                "*:\/\/*.ebay.at\/*",
                "*:\/\/*.ebay.be\/*",
                "*:\/\/*.ebay.ca\/*",
                "*:\/\/*.ebay.fr\/*",
                "*:\/\/*.ebay.de\/*",
                "*:\/\/*.ebay.com.hk\/*",
                "*:\/\/*.ebay.in\/*",
                "*:\/\/*.ebay.ie\/*",
                "*:\/\/*.ebay.it\/*",
                "*:\/\/*.ebay.com.my\/*",
                "*:\/\/*.ebay.ph\/*",
                "*:\/\/*.ebay.nl\/*",
                "*:\/\/*.ebay.pl\/*",
                "*:\/\/*.ebay.com.sg\/*",
                "*:\/\/*.ebay.es\/*",
                "*:\/\/*.ebay.ch\/*",
                "*:\/\/*.ebay.co.uk\/*",
                "*:\/\/*.ebay.vn\/*",
                "*:\/\/*.ebay.ch\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "*:\/\/*.ebay.com\/*",
        "*:\/\/*.ebay.com.ua\/*",
        "*:\/\/*.ebay.at\/*",
        "*:\/\/*.ebay.be\/*",
        "*:\/\/*.ebay.ca\/*",
        "*:\/\/*.ebay.fr\/*",
        "*:\/\/*.ebay.de\/*",
        "*:\/\/*.ebay.com.hk\/*",
        "*:\/\/*.ebay.in\/*",
        "*:\/\/*.ebay.ie\/*",
        "*:\/\/*.ebay.it\/*",
        "*:\/\/*.ebay.com.my\/*",
        "*:\/\/*.ebay.ph\/*",
        "*:\/\/*.ebay.nl\/*",
        "*:\/\/*.ebay.pl\/*",
        "*:\/\/*.ebay.com.sg\/*",
        "*:\/\/*.ebay.es\/*",
        "*:\/\/*.ebay.ch\/*",
        "*:\/\/*.ebay.co.uk\/*",
        "*:\/\/*.ebay.vn\/*",
        "*:\/\/*.ebay.ch\/*"
    ],
    "icons": {
        "48": "img\/enable.png"
    },
    "web_accessible_resources": [
        "\/img\/128x128.png"
    ]
}