Ferrari-Cursor
Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
Τι είναι το Ferrari-Cursor;
Το Ferrari-Cursor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Reyesthef Fertzidenr, και η κύρια λειτουργία του είναι "Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ferrari-Cursor
Λήψη αρχείων επέκτασης Ferrari-Cursor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | icppcklehjhjleamppjpjhpdkhpeblfo |
| Επίσημο URL | https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo |
| Περιγραφή | Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on… |
| Μέγεθος Αρχείου | 35.99 KB |
| Αριθμός Εγκαταστάσεων | 136 |
| Τρέχουσα Έκδοση | 0.0.1 |
| Τελευταία Ενημέρωση | 2022-04-21 |
| Ημερομηνία Δημοσίευσης | 2022-04-21 |
| Αξιολόγηση | 5.00/5 Συνολικά 25 Αξιολογήσεις |
| Προγραμματιστής | Reyesthef Fertzidenr |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| URL της Σελίδας Πολιτικής Απορρήτου | https://nopaste.ml |
| Υποστηριζόμενες Γλώσσες | 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\/*.*"
]
}
]
} | |