Ferrari-Cursor
Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
Was ist Ferrari-Cursor?
Ferrari-Cursor ist eine Chrome-Erweiterung, die von Reyesthef Fertzidenr entwickelt wurde, und ihr Hauptmerkmal ist "Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…".
Erweiterungsscreenshots
Ferrari-Cursor-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ferrari-Cursor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Change your regular default cursor to a new custom Ferrari one.
Show your personality with a bright and beautiful mouse pointer on every web page. Now you can choose from cute and colorful mouse cursors. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | icppcklehjhjleamppjpjhpdkhpeblfo |
| Offizielle URL | https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo |
| Beschreibung | Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on… |
| Dateigröße | 35.99 KB |
| Installationsanzahl | 136 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2022-04-21 |
| Veröffentlichungsdatum | 2022-04-21 |
| Bewertung | 5.00/5 Insgesamt 25 Bewertungen |
| Entwickler | Reyesthef Fertzidenr |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://nopaste.ml |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": {
"128": "assets\/icons\/logo128.png",
"32": "assets\/icons\/logo32.png",
"16": "assets\/icons\/logo16.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"app.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
},
"default_locale": "en",
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"128": "assets\/icons\/logo128.png",
"32": "assets\/icons\/logo32.png",
"16": "assets\/icons\/logo16.png"
},
"manifest_version": 3,
"name": "Ferrari-Cursor",
"permissions": [
"storage"
],
"version": "0.0.1",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/*.*"
]
}
]
} | |