Ferrari-Cursor
Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
Co je Ferrari-Cursor?
Ferrari-Cursor je rozšíření Chrome vyvinuté Reyesthef Fertzidenr, a jeho hlavní funkcí je „Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ferrari-Cursor
Stáhněte si soubory rozšíření Ferrari-Cursor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | icppcklehjhjleamppjpjhpdkhpeblfo |
| Oficiální URL | https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo |
| Popis | Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on… |
| Velikost souboru | 35.99 KB |
| Počet instalací | 136 |
| Aktuální Verze | 0.0.1 |
| Poslední Aktualizace | 2022-04-21 |
| Datum Vydání | 2022-04-21 |
| Hodnocení | 5.00/5 Celkem 25 Hodnocení |
| Vývojář | Reyesthef Fertzidenr |
| [email protected] | |
| Typ Platby | free |
| URL Stránky Zásad Ochrany Soukromí | https://nopaste.ml |
| Podporované Jazyky | 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\/*.*"
]
}
]
} | |