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 to jest Ferrari-Cursor?
Ferrari-Cursor to rozszerzenie Chrome opracowane przez Reyesthef Fertzidenr, a jego główną funkcją jest „Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Ferrari-Cursor
Pobierz pliki rozszerzeń Ferrari-Cursor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | icppcklehjhjleamppjpjhpdkhpeblfo |
| Oficjalny URL | https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo |
| Opis | Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on… |
| Rozmiar pliku | 35.99 KB |
| Liczba instalacji | 136 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2022-04-21 |
| Data Publikacji | 2022-04-21 |
| Ocena | 5.00/5 Łącznie 25 Oceny |
| Deweloper | Reyesthef Fertzidenr |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://nopaste.ml |
| Obsługiwane Języki | 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\/*.*"
]
}
]
} | |