Simpsons cursor

Custom Simpsons cursor for your chrome

Simpsons cursor là gì?

Simpsons cursor là một tiện ích mở rộng Chrome được phát triển bởi LSP, và tính năng chính của nó là "Custom Simpsons cursor for your chrome".

Ả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 Simpsons cursor

Tải xuống các tệp mở rộng Simpsons 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 the standard mouse cursor.
Simpsons cursor, choose your own cursor style. 
Just click on the cursor you like and it will replace the default cursor.

-------------------
Installation:
Download this extension, after installing it, click on the icon that appears on the toolbar in the tab, click on the icon in the toolbar and select the cursors you like and then update active tab.
After installing this extension, refresh the previously opened tab if you want to use it on this page.
-------------------
If you have any questions about our Simpsons cursor extension or just want to give us some feedback, feel free to send us a message or write a review! 
-------------------
Please share this pack of cursors with your friends and rate our quality.
-------------------
Made with ❤️                    

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

Tên Simpsons cursor Simpsons cursor
ID bchkeljpaneffcdpbglmgdhlemdcpdhb
URL Chính Thức https://chromewebstore.google.com/detail/simpsons-cursor/bchkeljpaneffcdpbglmgdhlemdcpdhb
Mô tả Custom Simpsons cursor for your chrome
Kích Thước Tệp 1.9 MB
Số Lần Cài Đặt 1,168
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-10-27
Ngày Phát Hành 2022-07-07
Đánh Giá 3.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển LSP
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Simpsons cursor",
    "description": "Custom Simpsons cursor for your chrome",
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Simpsons cursor"
    },
    "icons": {
        "16": "img\/logo-small-16.png",
        "32": "img\/logo-small-32.png",
        "48": "img\/logo-small-48.png",
        "128": "img\/logo-small-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "app\/common.js",
                "cur\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "app\/common.js",
                "app\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "app\/background.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "notifications",
        "webNavigation"
    ]
}