APEX Legends Cursor
Changes your cursor to a custom one.
Τι είναι το APEX Legends Cursor;
Το APEX Legends Cursor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον extensionsmoney, και η κύρια λειτουργία του είναι "Changes your cursor to a custom one.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης APEX Legends Cursor
Λήψη αρχείων επέκτασης APEX Legends Cursor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Change to your favorite cursor! AL cursors. In this application, you can choose to your taste and color any of the cursors presented. What are the functions here ? The application allows you to change the cursor design. Click on the taskbar extension icon located in the upper-right corner to open the AL Cursor Settings window. After installing this extension, update the previously opened tab if you want to use it on this page. According to the Chrome rules, the web store extension cannot work on the store pages and the home page. Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it. By installing this extension, you agree to our privacy policy.
Βασικές Πληροφορίες Επέκτασης
Όνομα | APEX Legends Cursor |
ID | dgfnliahhicahjpikfnipgeiflgnjepb |
Επίσημο URL | https://chromewebstore.google.com/detail/apex-legends-cursor/dgfnliahhicahjpikfnipgeiflgnjepb |
Περιγραφή | Changes your cursor to a custom one. |
Μέγεθος Αρχείου | 1.65 MB |
Αριθμός Εγκαταστάσεων | 466 |
Τρέχουσα Έκδοση | 2.0.0 |
Τελευταία Ενημέρωση | 2022-01-26 |
Ημερομηνία Δημοσίευσης | 2021-09-08 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | extensionsmoney |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://extensionchrome.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "APEX Legends Cursor", "description": "Changes your cursor to a custom one.", "version": "2.0.0", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "*:\/\/*\/*" ], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "background": { "scripts": [ "background.js" ] }, "icons": { "128": "icons\/128.png" } } |