Skribbl.io Hebrew Fix
Fixes the order of the hint's letters on Skribbl.io | Made by Flafy
Skribbl.io Hebrew Fixとは何ですか?
Skribbl.io Hebrew FixはFlafyによって開発されたChromeの拡張機能で、その主な機能は「Fixes the order of the hint's letters on Skribbl.io | Made by Flafy」です。
拡張機能のスクリーンショット
Skribbl.io Hebrew Fix拡張機能のCRXファイルをダウンロード
Skribbl.io Hebrew Fix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
האם אי פעם כששיחקתם בSkribbl.io (סקריבל) לא הבנתם את המילה שצוירה רק מפני שהאותיות בחלק העליון של הדף הטעו אתכם? בעזרת התוסף הזה האותיות יהיו בסדר הנכון ולא יטעו אותם יותר!
拡張機能の基本情報
名前 | Skribbl.io Hebrew Fix |
ID | nijiemanodbknbbpngohcdhbadmnhcde |
公式URL | https://chromewebstore.google.com/detail/skribblio-hebrew-fix/nijiemanodbknbbpngohcdhbadmnhcde |
説明 | Fixes the order of the hint's letters on Skribbl.io | Made by Flafy |
ファイルサイズ | 25.02 KB |
インストール数 | 1,160 |
現在のバージョン | 1.1 |
最終更新日 | 2020-04-22 |
公開日 | 2020-04-22 |
評価 | 4.88/5 合計 8 レビュー |
開発者 | Flafy |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | iw |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skribbl.io Hebrew Fix", "description": "Fixes the order of the hint's letters on Skribbl.io | Made by Flafy", "version": "1.1", "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "content_scripts": [ { "js": [ "contentScript.js" ], "run_at": "document_idle", "matches": [ "*:\/\/*.skribbl.io\/*" ] } ], "options_page": "about.html" } |