Dark ESEA
Dark theme for ESEA's website.
What is Dark ESEA?
Dark ESEA is a Chrome extension developed by stree, and its main feature is "Dark theme for ESEA's website.".
Extension Screenshots
Download Dark ESEA Extension CRX File
Download Dark ESEA extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Dark theme for ESEA's website. Contact: https://play.esea.net/users/274325 http://steamcommunity.com/id/sterdog420
Extension Basic Information
Name | Dark ESEA |
ID | gcmkfijicnfknaaejbilojkeifhcefcp |
Official URL | https://chromewebstore.google.com/detail/dark-esea/gcmkfijicnfknaaejbilojkeifhcefcp |
Description | Dark theme for ESEA's website. |
File Size | 232 KB |
Installation Count | 229 |
Current Version | 1.6 |
Last Updated | 2016-03-31 |
Publish Date | 2016-03-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | stree |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dark ESEA", "version": "1.6", "description": "Dark theme for ESEA's website.", "manifest_version": 2, "web_accessible_resources": [ "images\/*.png", "images\/*.jpg" ], "content_scripts": [ { "css": [ "darkesea.css" ], "matches": [ "http:\/\/*.esea.net\/*", "https:\/\/*.esea.net\/*" ] } ] } |