Wildmonkey

Lightweight userscript manager

Wildmonkey là gì?

Wildmonkey là một tiện ích mở rộng Chrome được phát triển bởi Dualsub Studio, và tính năng chính của nó là "Lightweight userscript manager".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Wildmonkey 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

                        Features:

* Lightweight.
* Supports execute userscripts automatically and manually.
* Supports two types of userscripts, JavaScript and CSS.
* Supports all Web Extension browsers, including mobile browsers.                    

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

Tên Wildmonkey Wildmonkey
ID jlffehhlfkdbdheffcaekpmkhfphmhpg
URL Chính Thức https://chromewebstore.google.com/detail/wildmonkey/jlffehhlfkdbdheffcaekpmkhfphmhpg
Mô tả Lightweight userscript manager
Kích Thước Tệp 75.36 KB
Số Lần Cài Đặt 477
Phiên Bản Hiện Tại 0.16.1
Cập Nhật Lần Cuối 2024-01-06
Ngày Phát Hành 2022-01-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Dualsub Studio
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/muzuiget/monkey-support
URL Trang Trợ Giúp https://github.com/muzuiget/monkey-support/issues
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "110",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.16.1",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}