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”。

扩展截图

screenshot

下载Skribbl.io Hebrew Fix扩展crx文件

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

扩展使用说明

                        האם אי פעם כששיחקתם בSkribbl.io (סקריבל) לא הבנתם את המילה שצוירה רק מפני שהאותיות בחלק העליון של הדף הטעו אתכם?
בעזרת התוסף הזה האותיות יהיו בסדר הנכון ולא יטעו אותם יותר!                    

扩展基本信息

名称 Skribbl.io Hebrew Fix 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
电子邮箱 [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"
}