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
官方網址 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"
            ]
        }
    ]
}