ScratchTools for Scratch

ScratchTools is fully customizable with tons of features, all for making the Scratch website better and easier to use!

ScratchTools for Scratchคืออะไร?

ScratchTools for Scratch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://scratchtools.app และคุณลักษณะหลักของมันคือ "ScratchTools is fully customizable with tons of features, all for making the Scratch website better and easier to use!"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ScratchTools for Scratch

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

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

                        With tons of awesome features that YOU can customize, ScratchTools is centered around your needs, and what makes Scratch easier and more efficient for you.

Here are some community favorites:
Website features:
- Hide Generic Projects from Trending
- Custom Website Font
- Project Timer
- Nicknames
- Unlisted Projects
Editor features:
- Search Context Menus
- Collapse Scripts
- Individual Sprite Clone Counter
- More Paint Editor Fonts
- Pause Audio
Remember, there's much, much more, and even more to come!

That's ScratchTools.                    

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

ชื่อ ScratchTools for Scratch ScratchTools for Scratch
ID jjnpbalpllpfdpgplpbcbadkgdmleopm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/scratchtools-for-scratch/jjnpbalpllpfdpgplpbcbadkgdmleopm
คำอธิบาย ScratchTools is fully customizable with tons of features, all for making the Scratch website better and easier to use!
ขนาดไฟล์ 7.49 MB
จำนวนการติดตั้ง 13,554
เวอร์ชันปัจจุบัน 3.6.1
อัปเดตครั้งล่าสุด 2024-01-15
วันที่เผยแพร่ 2022-02-26
คะแนน 4.28/5 รวมทั้งหมด 43 คะแนน
ผู้พัฒนา https://scratchtools.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://scratchtools.app
URL หน้าช่วยเหลือ https://discord.gg/rwAs5jDrTQ
URL หน้านโยบายความเป็นส่วนตัว https://docs.scratchtools.app/docs/privacy-policy
ภาษาที่รองรับ en,tr,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "ScratchTools",
    "manifest_version": 3,
    "version": "3.6.1",
    "version_name": "3.6.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "author": "rgantzos",
    "background": {
        "service_worker": "\/extras\/background.js"
    },
    "permissions": [
        "scripting",
        "storage",
        "alarms"
    ],
    "action": {
        "default_icon": "\/extras\/icons\/icon48.png",
        "default_popup": "\/extras\/popup\/popup.html",
        "default_title": "ScratchTools"
    },
    "icons": {
        "16": "\/extras\/icons\/icon16.png",
        "48": "\/extras\/icons\/icon48.png",
        "128": "\/extras\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scratch.mit.edu\/*"
            ],
            "run_at": "document_start",
            "js": [
                "extras\/inject-styles.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "features\/*",
                "\/extras\/feature\/index.html",
                "\/api\/*",
                "\/extras\/icons\/*"
            ],
            "matches": [
                "https:\/\/scratch.mit.edu\/*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/scratch.mit.edu\/"
    ],
    "optional_host_permissions": [
        "https:\/\/api.scratch.mit.edu\/"
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "42.0"
        }
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/scratch.mit.edu\/*"
        ]
    },
    "options_ui": {
        "page": "extras\/index.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/scratchtools.app"
}