Wild life mouse cursors
Spice up your browsing with fun cursors.
Τι είναι το Wild life mouse cursors;
Το Wild life mouse cursors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://appdepot.xyz, και η κύρια λειτουργία του είναι "Spice up your browsing with fun cursors.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Wild life mouse cursors
Λήψη αρχείων επέκτασης Wild life mouse cursors σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Change your mouse cursor for a wild life mouse cursor. To change cursor, click on the cursor icon situated on top right corner of Chrome. You can at anytime get back your original cursor by clicking on the link at the bottom of the cursors list. --- Note that your cursor will be change only when browsing the web with Chrome.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hfmndnjipdepgchjiihkdilgilgfgckf |
Επίσημο URL | https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf |
Περιγραφή | Spice up your browsing with fun cursors. |
Μέγεθος Αρχείου | 68.81 KB |
Αριθμός Εγκαταστάσεων | 416 |
Τρέχουσα Έκδοση | 3.0.0 |
Τελευταία Ενημέρωση | 2022-10-24 |
Ημερομηνία Δημοσίευσης | 2022-10-24 |
Αξιολόγηση | 3.38/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | https://appdepot.xyz |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | de,en,fr,es,it,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "icon_128.png", "default_popup": "popup.html", "default_title": "Wild life" }, "background": { "service_worker": "sw.js" }, "content_scripts": [ { "js": [ "cursors.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "128": "icon_128.png" }, "manifest_version": 3, "permissions": [ "tabs", "storage", "scripting" ], "host_permissions": [ " |