Anime Cursors
Replaces the standard mouse cursor.
Τι είναι το Anime Cursors;
Το Anime Cursors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Animecursors, και η κύρια λειτουργία του είναι "Replaces the standard mouse cursor.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Anime Cursors
Λήψη αρχείων επέκτασης Anime Cursors σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Replaces the standard mouse cursor in the browser. ****** More than 20 unique cursors from different cartoons of the "Anime" genre. Selecting the cursor is not a big deal, just select the cursor you like and click on it once, that's all you have selected the cursor. If you want to change the size of the selected cursor just press "+" or "-" in the box above the cursors. If you want to return the standard cursor just click "Disable" and you will be returned to the standard cursor. ****** Admonition. These cursors do not work on the main page of google and google shop chrome "google policy" And also if the cursor does not change, refresh this page. ******* Please rate us, it will help us to improve these cursors, and tell your friends. ****** Naruto cursors One punch man cursors
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | gbonepihbdlngjfekpacdlclklenioam |
Επίσημο URL | https://chrome.google.com/webstore/detail/anime-cursors/gbonepihbdlngjfekpacdlclklenioam |
Περιγραφή | Replaces the standard mouse cursor. |
Μέγεθος Αρχείου | 905 KB |
Αριθμός Εγκαταστάσεων | 20,000 |
Τρέχουσα Έκδοση | 1.2.2 |
Τελευταία Ενημέρωση | 2021-08-09 |
Ημερομηνία Δημοσίευσης | 2021-01-24 |
Αξιολόγηση | 3.34/5 Συνολικά 85 Αξιολογήσεις |
Προγραμματιστής | Animecursors |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anime Cursors", "description": "Replaces the standard mouse cursor.", "version": "1.2.2", "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "Images\/icon.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "storage", " |