Style Cursor
Custom mouse cursors! Change the cursor to cute custom pointer
Style Cursor란 무엇입니까?
Style Cursor은(는) goodmoviesinfo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom mouse cursors! Change the cursor to cute custom pointer"입니다.
확장 프로그램 스크린샷
Style Cursor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Style Cursor |
ID | njbgkalfmgkchikknmaimfjmfjpnbnpm |
공식 URL | https://chromewebstore.google.com/detail/style-cursor/njbgkalfmgkchikknmaimfjmfjpnbnpm |
설명 | Custom mouse cursors! Change the cursor to cute custom pointer |
파일 크기 | 225 KB |
설치 횟수 | 4,020 |
현재 버전 | 8 |
최근 업데이트 | 2024-03-02 |
출시 날짜 | 2020-12-28 |
평점 | 3.88/5 총 24 개의 평점 |
개발자 | goodmoviesinfo |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.verblike.com/chrome-extensions-privacy-policy |
지원되는 언어 | 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\/*" ] } ] } |