MARVEL-DC Cursor

MARVEL-DC Cursor

MARVEL-DC Cursor là gì?

MARVEL-DC Cursor là một tiện ích mở rộng Chrome được phát triển bởi Qltymedia Online LTD, và tính năng chính của nó là "MARVEL-DC Cursor".

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

screenshot

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

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

                        Replaces default cursor with a cool super hero cursor. Change the usual mouse pointer to an amazing custom cursor.
Super hero cursors is a wonderful extension for everyone who wants to change the default mouse pointer to a cool and trendy one.
The new tab  embeds a search bar. Search features are provided by Microsoft Bing. No changes to your browser default search settings will be made.
By installing Marvel Cursor extension, you agree to the the Privacy Policy elaborated on Horizon Group website:
Privacy Policy: https://horizon-grp.com/?page_id=3                    

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

Tên MARVEL-DC Cursor MARVEL-DC Cursor
ID ponjlnokdlpbjbiifcpoipolmelpdobb
URL Chính Thức https://chromewebstore.google.com/detail/marvel-dc-cursor/ponjlnokdlpbjbiifcpoipolmelpdobb
Mô tả MARVEL-DC Cursor
Kích Thước Tệp 59.66 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-10-09
Ngày Phát Hành 2022-10-06
Nhà Phát Triển Qltymedia Online LTD
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://horizon-grp.com/
URL Trang Chính Sách Bảo Mật https://qltymedia.com/silly-cats
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MARVEL-DC Cursor",
    "description": "MARVEL-DC Cursor",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*.*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}