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開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Black theme for Ebay擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | jnhgnoijemmehpdmdcdcgjkkfhbbjnkc |
官方網址 | 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" ] } |