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