Scratch Addons

Scratch Addons provides customizable features and themes for the scratch.mit.edu website and project editor.

Scratch Addons là gì?

Scratch Addons là một tiện ích mở rộng Chrome được phát triển bởi https://scratchaddons.com, và tính năng chính của nó là "Scratch Addons provides customizable features and themes for the scratch.mit.edu website and project editor.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Scratch Addons

Tải xuống các tệp mở rộng Scratch Addons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Choose from 100+ options:
• Quickly read and respond to messages by clicking the extension icon.
• Jump into active multiplayer games with the cloud games tab.
• Beautify every page on the Scratch website with the 3.0 style and options for dark mode and custom color themes.
• Easily leave studios, promote or remove curators, and browse followers to invite.
• Improve project management with the My Stuff search bar and the unshare button.
• Enhance the project player with a pause button, 60FPS, and gamepad support.
• Animate more easily with onion skinning, exact color picking, and costume search.
• Supercharge your coding efficiency with block search, searchable dropdowns, block switching, single-grab, and copy/paste.
• Stay tidy with the auto-hiding block palette and sprite folders.
• Directly set and freeze project thumbnails to any image or GIF.
• Bring back the cat blocks from April Fools.
• Debug projects with logging, performance monitoring, and step-by-step execution.
• And more with each update!

This extension is open source software licensed under GPL v3.
To contribute or check the source code: https://github.com/ScratchAddons
For more information, go to: ScratchAddons.com

This project is not affiliated, associated, or in any way officially connected with the Scratch website or the organizations that maintain it.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Scratch Addons Scratch Addons
ID fbeffbjdlemaoicjdapfpikkikjoneco
URL Chính Thức https://chromewebstore.google.com/detail/scratch-addons/fbeffbjdlemaoicjdapfpikkikjoneco
Mô tả Scratch Addons provides customizable features and themes for the scratch.mit.edu website and project editor.
Kích Thước Tệp 3.33 MB
Số Lần Cài Đặt 215,250
Phiên Bản Hiện Tại 1.36.0
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2018-12-18
Đánh Giá 4.70/5 Tổng số 630 Đánh Giá
Nhà Phát Triển https://scratchaddons.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://scratchaddons.com
URL Trang Trợ Giúp https://scratchaddons.com/feedback
URL Trang Chính Sách Bảo Mật https://scratchaddons.com/docs/privacy/policies/extension
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,no,vi,tr,ca,es,it,hu,pl,pt-BR,pt-PT,ro,sl,fi,sv,ru,uk,hi,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.36.0",
    "version_name": "1.36.0",
    "default_locale": "en",
    "background": {
        "page": "background\/background.html"
    },
    "browser_action": {
        "default_popup": "webpages\/popup\/index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "1024": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scratch.mit.edu\/*"
            ],
            "run_at": "document_start",
            "js": [
                "libraries\/thirdparty\/cs\/comlink.js",
                "libraries\/common\/cs\/text-color.js",
                "content-scripts\/cs.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/scratch.mit.edu\/*"
            ],
            "run_at": "document_start",
            "js": [
                "content-scripts\/prototype-handler.js",
                "content-scripts\/load-redux.js",
                "content-scripts\/fix-console.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "webpages\/settings\/index.html",
        "open_in_tab": true
    },
    "homepage_url": "https:\/\/scratchaddons.com",
    "incognito": "spanning",
    "permissions": [
        "https:\/\/scratch.mit.edu\/*",
        "https:\/\/api.scratch.mit.edu\/*",
        "https:\/\/clouddata.scratch.mit.edu\/*",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "declarativeNetRequestWithHostAccess",
        "storage",
        "contextMenus",
        "alarms"
    ],
    "optional_permissions": [
        "notifications"
    ],
    "web_accessible_resources": [
        "content-scripts\/inject\/*",
        "addon-api\/*",
        "addons\/*",
        "libraries\/*\/cs\/*",
        "addons-l10n\/*\/*.json",
        "images\/cs\/*"
    ]
}