Codenames dark theme
Dark theme for the Codenames game
Cos'è Codenames dark theme?
Codenames dark theme è un'estensione di Chrome sviluppata da jbrunoxd, e la sua funzione principale è "Dark theme for the Codenames game".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Codenames dark theme
Scarica i file di estensione Codenames dark theme in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
| Nome | |
| ID | mgcpokdoehokdlpbpgafjicnkkmcelih |
| URL Ufficiale | https://chromewebstore.google.com/detail/codenames-dark-theme/mgcpokdoehokdlpbpgafjicnkkmcelih |
| Descrizione | Dark theme for the Codenames game |
| Dimensione del File | 4.66 KB |
| Conteggio Installazioni | 35 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2018-07-19 |
| Data di Pubblicazione | 2018-07-19 |
| Sviluppatore | jbrunoxd |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
}
]
} | |