Ferrari-Cursor
Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
Wat is Ferrari-Cursor?
Ferrari-Cursor is een Chrome-extensie ontwikkeld door Reyesthef Fertzidenr, en de belangrijkste functie is "Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…".
Extensie Screenshots
Download het CRX-bestand van de extensie Ferrari-Cursor
Download Ferrari-Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | icppcklehjhjleamppjpjhpdkhpeblfo |
| Officiële URL | https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo |
| Beschrijving | Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on… |
| Bestandsgrootte | 35.99 KB |
| Aantal Installaties | 136 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2022-04-21 |
| Publicatiedatum | 2022-04-21 |
| Beoordeling | 5.00/5 Totaal 25 Beoordelingen |
| Ontwikkelaar | Reyesthef Fertzidenr |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://nopaste.ml |
| Ondersteunde Talen | 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\/*.*"
]
}
]
} | |