Style Cursor
Custom mouse cursors! Change the cursor to cute custom pointer
Style Cursor là gì?
Style Cursor là một tiện ích mở rộng Chrome được phát triển bởi goodmoviesinfo, và tính năng chính của nó là "Custom mouse cursors! Change the cursor to cute custom pointer".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Style Cursor
Tải xuống các tệp mở rộng Style 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
Make your cursor FANSY one :) 🚀 Choose from the next custom mouse pointers: ⭐️ Simple blue arrow cursor ⭐️ Rocket mouse ⭐️ Heart cursor ⭐️ Pizza cursor ⭐️ and even more... PS. It doesn’t work over browser toolbar or on settings pages. Completely free and with no ads Made with ❤️ by extension.expert
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Style Cursor |
ID | njbgkalfmgkchikknmaimfjmfjpnbnpm |
URL Chính Thức | https://chromewebstore.google.com/detail/style-cursor/njbgkalfmgkchikknmaimfjmfjpnbnpm |
Mô tả | Custom mouse cursors! Change the cursor to cute custom pointer |
Kích Thước Tệp | 225 KB |
Số Lần Cài Đặt | 4,020 |
Phiên Bản Hiện Tại | 8 |
Cập Nhật Lần Cuối | 2024-03-02 |
Ngày Phát Hành | 2020-12-28 |
Đánh Giá | 3.88/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | goodmoviesinfo |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.verblike.com/chrome-extensions-privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "action": { "default_icon": "icon.png", "default_popup": "dialog\/index.html", "default_title": "Change your Cursor here" }, "background": { "service_worker": "js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "css": [ "content\/style.css" ], "js": [ "content\/content.js" ] }, { "matches": [ "*:\/\/*\/*" ], "js": [ "content\/common.js" ] } ], "description": "Custom mouse cursors! Change the cursor to cute custom pointer", "host_permissions": [ "*:\/\/*\/*" ], "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmG8gmP1j+\/oU6e9nQ1oG+K2BjXrO\/wfwtqfWmiGLLn\/hiZd7lRLQp\/Sbph9NZYqxs1kS6y5UAhiFvZ5SOYiGqY7b4iTu0fJQliaDV4VwT1oKREANA9arXsHfDM8DdiLqOFacrIdDquz+CTDku91o\/KlMyecl3MFpCdKn2oXuL4gSaJEslTreYJcJjHoViexI9wG7IURFpKxAPVep7h1dkN9bNLOlv1xjLnWgpzy\/nrDLWGeFIaWZ8u56RiJ8nSAzIuiZLJDCmPBjGXsHCuvPjV7AteX+VMfnMU\/1KHpjEvpYG02Hey39\/\/\/UQxLpRjS1mvPQTQkJMXffuio4Y7To4wIDAQAB", "manifest_version": 3, "name": "Style Cursor", "offline_enabled": true, "permissions": [ "storage", "tabs", "scripting", "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "8", "web_accessible_resources": [ { "extension_ids": [], "matches": [ "*:\/\/*\/*" ], "resources": [ "images\/*", "content\/*", "js\/*" ] } ] } |