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…

什么是Codenames Timer?

Codenames Timer是由malcolmgeldmacherdeveloper开发的Chrome扩展程序,该扩展的主要功能是“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

下载Codenames Timer扩展crx文件

下载Codenames Timer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Codenames Timer Codenames Timer
ID fddlmlicmnclcjgccammbdpjbcmjnidn
官方URL https://chrome.google.com/webstore/detail/codenames-timer/fddlmlicmnclcjgccammbdpjbcmjnidn
简介 Adds a timer to the online Codenames game at https://codenames.game/. The timer shows up for the spymaster of either team when it…
文件大小 412 KB
安装次数 77
当前版本 1.0.0
更新时间 2021-03-30
上架时间 2021-03-30
评分 5.00/5 共5次评分
开发者 malcolmgeldmacherdeveloper
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    }
}