CUTE WALL-E

Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…

CUTE WALL-E là gì?

CUTE WALL-E là một tiện ích mở rộng Chrome được phát triển bởi Paramon exct, và tính năng chính của nó là "Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Wanted a cute mouse cursor instead of regular one?

Our extension will solve your problem! The CUTE WALL-E cursor is a very simple extension for which nothing needs to be configured.
It will change your cursor to the one from the WALL-E cartoon.
Brighten up your day and enjoy it                    

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

Tên CUTE WALL-E CUTE WALL-E
ID ccnlabknkigbdflncffhbhbegohbodng
URL Chính Thức https://chromewebstore.google.com/detail/cute-wall-e/ccnlabknkigbdflncffhbhbegohbodng
Mô tả Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…
Kích Thước Tệp 33.5 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-04-22
Ngày Phát Hành 2022-04-21
Đánh Giá 5.00/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Paramon exct
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.writeurl.com/publish/bfexen7u7r6an3scoaii
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/icons\/logo128.png",
            "32": "assets\/icons\/logo32.png",
            "16": "assets\/icons\/logo16.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icons\/logo128.png",
        "32": "assets\/icons\/logo32.png",
        "16": "assets\/icons\/logo16.png"
    },
    "manifest_version": 3,
    "name": "CUTE WALL-E",
    "permissions": [
        "storage"
    ],
    "version": "0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*"
            ]
        }
    ]
}