Teamliquid.net - Dark Theme
Enjoy the #1 eSport News website in the World in a dark design.
What is Teamliquid.net - Dark Theme?
Teamliquid.net - Dark Theme is a Chrome extension developed by Daniel Santana, and its main feature is "Enjoy the #1 eSport News website in the World in a dark design.".
Extension Screenshots
Download Teamliquid.net - Dark Theme Extension CRX File
Download Teamliquid.net - Dark Theme 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
Enjoy Teamliquid site in a dark design.
Extension Basic Information
Name | |
ID | bnpiagodjgolginbnnifaehdkbmmfnhn |
Official URL | https://chromewebstore.google.com/detail/teamliquidnet-dark-theme/bnpiagodjgolginbnnifaehdkbmmfnhn |
Description | Enjoy the #1 eSport News website in the World in a dark design. |
File Size | 53.08 KB |
Installation Count | 31 |
Current Version | 2.0 |
Last Updated | 2018-11-07 |
Publish Date | 2018-11-07 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Daniel Santana |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Enjoy the #1 eSport News website in the World in a dark design.", "manifest_version": 2, "name": "Teamliquid.net - Dark Theme", "version": "2.0", "short_name": "Teamliquid.net - Dark Theme", "icons": { "128": "e.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.teamliquid.net\/*" ], "css": [ "estilos.css" ] } ] } |