All Monado All The Time

Replace the cursor with an image of the Monado from Xenoblade

All Monado All The Time là gì?

All Monado All The Time là một tiện ích mở rộng Chrome được phát triển bởi darknuju, và tính năng chính của nó là "Replace the cursor with an image of the Monado from Xenoblade".

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

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

                                            

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

Tên All Monado All The Time All Monado All The Time
ID caaiaapkdflbbpifgcmnphpimfdoealg
URL Chính Thức https://chrome.google.com/webstore/detail/all-monado-all-the-time/caaiaapkdflbbpifgcmnphpimfdoealg
Mô tả Replace the cursor with an image of the Monado from Xenoblade
Kích Thước Tệp 85.2 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2015-12-11
Ngày Phát Hành 2015-12-11
Đánh Giá 3.28/5 Tổng số 25 Đánh Giá
Nhà Phát Triển darknuju
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All Monado All The Time",
    "description": "Replace the cursor with an image of the Monado from Xenoblade",
    "version": "1.2",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/www.google.com\/"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/cursor.png",
        "images\/*"
    ]
}