Skribbl Typo

The most complete toolbox for skribbl.io with namefinder & Discord integration

Skribbl Typoคืออะไร?

Skribbl Typo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://typo.rip และคุณลักษณะหลักของมันคือ "The most complete toolbox for skribbl.io with namefinder & Discord integration"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Skribbl Typo

ดาวน์โหลดไฟล์ส่วนขยาย Skribbl Typo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension adds lots of improvements and features to skribbl.io. 
Skribbl Typo includes tools like the fastest and most advanced friend-finder available, tablet pressure support, muting players, lots of drawing tools and a Discord integration.

Try out the features or free draw without being in a lobby with a click on the avatar on the frontpage.

* Visit the extension website to see what typo can do:
https://www.typo.rip/

* Join the Discord Typo support server
https://discord.com/invite/pAapmUmWAM

* Typo is open-source on GitHub:
https://github.com/toobeeh/skribbltypo

* Feature Keywords:
Pressure support, friend finder, fullscreen mode, dark mode, themes, emojis, download image, create gif, post image on discord, connect discord, player sprites, random color, canvas zoom, straight lines, free draw, image template, gallery cloud, draw over, mute players, commands, chat focus and many more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Skribbl Typo Skribbl Typo
ID bpcilmjlpebjklinlbdjhfkkgmmfghfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/skribbl-typo/bpcilmjlpebjklinlbdjhfkkgmmfghfj
คำอธิบาย The most complete toolbox for skribbl.io with namefinder & Discord integration
ขนาดไฟล์ 314 KB
จำนวนการติดตั้ง 4,499
เวอร์ชันปัจจุบัน 26.0.0
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2020-11-02
คะแนน 4.67/5 รวมทั้งหมด 51 คะแนน
ผู้พัฒนา https://typo.rip
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.typo.rip
URL หน้าช่วยเหลือ https://www.typo.rip/privacy
URL หน้านโยบายความเป็นส่วนตัว https://www.typo.rip/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Skribbl Typo",
    "description": "The most complete toolbox for skribbl.io with namefinder & Discord integration",
    "version": "26.0.0",
    "author": "tobeh",
    "icons": {
        "256": "res\/icon\/256MaxFit.png",
        "128": "res\/icon\/128MaxFit.png",
        "32": "res\/icon\/32CircleFit.png",
        "16": "res\/icon\/16Fit.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{0b67dc2f-1517-451c-b5cb-8b28270b03e6}",
            "update_url": "https:\/\/tobeh.host\/typo\/firefox\/updates.json"
        }
    },
    "action": {
        "default_title": "Skribbl Typo",
        "default_icon": "res\/icon\/128MaxFit.png",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "gamePatch.js",
                "res\/*",
                "gifCap\/*",
                "features\/*"
            ],
            "matches": [
                "*:\/\/skribbl.io\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "*:\/\/skribbl.io\/",
                "*:\/\/skribbl.io\/*"
            ],
            "js": [
                "features\/commands.js",
                "features\/uiTweaks.js",
                "features\/drops.js",
                "features\/capture.js",
                "features\/cloud.js",
                "features\/imageTools.js",
                "features\/emojis.js",
                "features\/agent.js",
                "features\/gamemode.js",
                "features\/brushtools.js",
                "features\/vision.js",
                "features\/awards.js",
                "content.js"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/skribbl.io\/",
                "*:\/\/skribbl.io\/*"
            ],
            "js": [
                "picker\/colr_pickr.min.js",
                "color.js",
                "features\/modal.js",
                "features\/search.js",
                "features\/sprites.js",
                "features\/genericFunctions.js",
                "features\/visuals.js",
                "errors.js",
                "features\/socket.js",
                "features\/lobbies.js",
                "features\/imageOptions.js",
                "patcher.js"
            ],
            "css": [
                "features\/style.css",
                "picker\/colr_pickr.min.css"
            ]
        }
    ]
}