Codenames dark theme
Dark theme for the Codenames game
Wat is Codenames dark theme?
Codenames dark theme is een Chrome-extensie ontwikkeld door jbrunoxd, en de belangrijkste functie is "Dark theme for the Codenames game".
Extensie Screenshots
Download het CRX-bestand van de extensie Codenames dark theme
Download Codenames dark theme-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | mgcpokdoehokdlpbpgafjicnkkmcelih |
| Officiële URL | https://chromewebstore.google.com/detail/codenames-dark-theme/mgcpokdoehokdlpbpgafjicnkkmcelih |
| Beschrijving | Dark theme for the Codenames game |
| Bestandsgrootte | 4.66 KB |
| Aantal Installaties | 35 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2018-07-19 |
| Publicatiedatum | 2018-07-19 |
| Ontwikkelaar | jbrunoxd |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |