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"
            ]
        }
    ]
}