skribbl.io Bot
Narrows down the possible words for skribble.io.
skribbl.io Botとは何ですか?
skribbl.io BotはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Narrows down the possible words for skribble.io.」です。
拡張機能のスクリーンショット
skribbl.io Bot拡張機能のCRXファイルをダウンロード
skribbl.io Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is intended to be used for the website, skribbl.io. Using a word bank with all of the default possible words for the game, this extension will help you narrow down which words are the solution to each round.
拡張機能の基本情報
名前 | skribbl.io Bot |
ID | egfjccfngpialgcfdanenhidjhcbbonp |
公式URL | https://chromewebstore.google.com/detail/skribblio-bot/egfjccfngpialgcfdanenhidjhcbbonp |
説明 | Narrows down the possible words for skribble.io. |
ファイルサイズ | 29.06 KB |
インストール数 | 70,116 |
現在のバージョン | 1.0 |
最終更新日 | 2020-05-17 |
公開日 | 2020-05-16 |
評価 | 3.63/5 合計 108 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "skribbl.io Bot", "version": "1.0", "description": "Narrows down the possible words for skribble.io.", "icons": { "128": "skribbl-icon.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/skribbl.io\/*" ], "js": [ "bot.js" ] } ], "permissions": [ "declarativeContent" ] } |