Codenames Timer
Adds a timer to the online Codenames game at https://codenames.game/. The timer shows up for the spymaster of either team when it…
Cos'è Codenames Timer?
Codenames Timer è un'estensione di Chrome sviluppata da malcolmgeldmacherdeveloper, e la sua funzione principale è "Adds a timer to the online Codenames game at https://codenames.game/. The timer shows up for the spymaster of either team when it…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Codenames Timer
Scarica i file di estensione Codenames Timer 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
Adds a timer to the online Codenames game at https://codenames.game/. The timer shows up for the spymaster of either team when it is their turn for coming up with a clue. Once time runs out, whatever has been entered/selected is submitted whether you're ready or not! This timer is super useful for speeding up games of Codenames if you have normally slow spymasters.
Informazioni di Base sull'Estensione
Nome | |
ID | fddlmlicmnclcjgccammbdpjbcmjnidn |
URL Ufficiale | https://chrome.google.com/webstore/detail/codenames-timer/fddlmlicmnclcjgccammbdpjbcmjnidn |
Descrizione | Adds a timer to the online Codenames game at https://codenames.game/. The timer shows up for the spymaster of either team when it… |
Dimensione del File | 412 KB |
Conteggio Installazioni | 77 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2021-03-30 |
Data di Pubblicazione | 2021-03-30 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | malcolmgeldmacherdeveloper |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Codenames Timer", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/codenames.game\/*" ], "css": [ "content.css" ], "js": [ "jquery-3.1.1.min.js", "content.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" } } |