Skribbl.io Letter Counter

Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.

什么是Skribbl.io Letter Counter?

Skribbl.io Letter Counter是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.”。

扩展截图

screenshot
screenshot

下载Skribbl.io Letter Counter扩展crx文件

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

扩展使用说明

                        This extension allows users to see the number of letters in a game of skribbl.io so that they can make more accurate guesses faster. For people that are lazy to count them themselves.                    

扩展基本信息

名称 Skribbl.io Letter Counter Skribbl.io Letter Counter
ID bdjejcobeddkhcpcemlbnoncfabmafce
官方URL https://chromewebstore.google.com/detail/skribblio-letter-counter/bdjejcobeddkhcpcemlbnoncfabmafce
简介 Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people.
文件大小 16.71 KB
安装次数 3,401
当前版本 1.1
更新时间 2020-05-03
上架时间 2020-05-03
评分 4.33/5 共3次评分
开发者 Unknown
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Skribbl.io Letter Counter",
    "description": "Made by Magaz. This extension shows the number of the letter or letters to guess in the skribbl.io game. Made for lazy people. ",
    "version": "1.1",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}