Black theme for Amazon
The dark theme protects the eyes, changing the Amazon theme to black. For those who do not like the white theme Amazon.
Black theme for Amazon क्या है?
Black theme for Amazon FreeVideo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The dark theme protects the eyes, changing the Amazon theme to black. For those who do not like the white theme Amazon."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Black theme for Amazon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The black Amazon theme protects your eyes by changing the Amazon background to a dark one. The Amazon Dark Theme automatically sets the dark theme for all Amazon pages. The dark Amazon theme protects your eyes. Convenient to use in poor light or dark. The dark theme for Amazon is turned on / off by clicking on the extension icon. Amazon is a trademark of Amazon Inc., registered in the United States and other countries. This is an independent project developed by grunbaster and not related to Amazon or Amazon Inc.
एक्सटेंशन की मूल जानकारी
नाम | Black theme for Amazon |
ID | fkojelfjjlmjcdlgldmkfhkbbdgbkejn |
आधिकारिक URL | https://chromewebstore.google.com/detail/black-theme-for-amazon/fkojelfjjlmjcdlgldmkfhkbbdgbkejn |
विवरण | The dark theme protects the eyes, changing the Amazon theme to black. For those who do not like the white theme Amazon. |
फ़ाइल का आकार | 48.93 KB |
स्थापना संख्या | 1,705 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2019-10-28 |
प्रकाशन तिथि | 2019-10-28 |
रेटिंग | 2.20/5 कुल 15 रेटिंग्स |
डेवलपर | FreeVideo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://docs.google.com/document/d/1LHjknm6Coau2Grdze-rQSpBHsuCoUyMHFbbKSUN8Eac |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "manifest_version": 2, "version": "0.0.9", "default_locale": "en", "browser_action": { "default_icon": "img\/enable.png", "default_title": "__MSG_short_name__" }, "content_scripts": [ { "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.com.br\/*" ], "js": [ "script.js" ], "run_at": "document_start" } ], "background": { "page": "background.html", "persistent": false }, "permissions": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.com.br\/*" ], "web_accessible_resources": [ "\/theme\/*.css" ], "icons": { "48": "img\/enable.png" } } |