CUTE WALL-E
Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…
Τι είναι το CUTE WALL-E;
Το CUTE WALL-E είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Paramon exct, και η κύρια λειτουργία του είναι "Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης CUTE WALL-E
Λήψη αρχείων επέκτασης CUTE WALL-E σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Wanted a cute mouse cursor instead of regular one?
Our extension will solve your problem! The CUTE WALL-E cursor is a very simple extension for which nothing needs to be configured.
It will change your cursor to the one from the WALL-E cartoon.
Brighten up your day and enjoy it Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | ccnlabknkigbdflncffhbhbegohbodng |
| Επίσημο URL | https://chromewebstore.google.com/detail/cute-wall-e/ccnlabknkigbdflncffhbhbegohbodng |
| Περιγραφή | Wanted a cute mouse cursor instead of regular one? Our extension will solve your problem! The CUTE WALL-E cursor is a very simple… |
| Μέγεθος Αρχείου | 33.5 KB |
| Αριθμός Εγκαταστάσεων | 16 |
| Τρέχουσα Έκδοση | 0.0.1 |
| Τελευταία Ενημέρωση | 2022-04-22 |
| Ημερομηνία Δημοσίευσης | 2022-04-21 |
| Αξιολόγηση | 5.00/5 Συνολικά 26 Αξιολογήσεις |
| Προγραμματιστής | Paramon exct |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| URL της Σελίδας Πολιτικής Απορρήτου | https://www.writeurl.com/publish/bfexen7u7r6an3scoaii |
| Υποστηριζόμενες Γλώσσες | 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": "CUTE WALL-E",
"permissions": [
"storage"
],
"version": "0.0.1",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/*.*"
]
}
]
} | |