Ferrari-Cursor
Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
Hvad er Ferrari-Cursor?
Ferrari-Cursor er en Chrome-udvidelse udviklet af Reyesthef Fertzidenr, og dens hovedfunktion er "Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…".
Udvidelsesskærmbilleder
Download Ferrari-Cursor-udvidelses-CRX-fil
Download Ferrari-Cursor-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | icppcklehjhjleamppjpjhpdkhpeblfo |
| Officiel URL | https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo |
| Beskrivelse | Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on… |
| Filstørrelse | 35.99 KB |
| Antal Installationer | 136 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2022-04-21 |
| Udgivelsesdato | 2022-04-21 |
| Bedømmelse | 5.00/5 Samlet 25 Bedømmelser |
| Udvikler | Reyesthef Fertzidenr |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://nopaste.ml |
| Understøttede Sprog | 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\/*.*"
]
}
]
} | |