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ファイルをダウンロード
Style Cursor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
]
} | |