Codenames dark theme
Dark theme for the Codenames game
What is Codenames dark theme?
Codenames dark theme is a Chrome extension developed by jbrunoxd, and its main feature is "Dark theme for the Codenames game".
Extension Screenshots
Download Codenames dark theme Extension CRX File
Download Codenames 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
Extension Basic Information
Name | Codenames dark theme |
ID | mgcpokdoehokdlpbpgafjicnkkmcelih |
Official URL | https://chromewebstore.google.com/detail/codenames-dark-theme/mgcpokdoehokdlpbpgafjicnkkmcelih |
Description | Dark theme for the Codenames game |
File Size | 4.66 KB |
Installation Count | 35 |
Current Version | 1.0 |
Last Updated | 2018-07-19 |
Publish Date | 2018-07-19 |
Developer | jbrunoxd |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Codenames dark theme", "description": "Dark theme for the Codenames game", "version": "1.0", "browser_action": { "default_icon": "download.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.horsepaste.com\/*" ] } ] } |