Cursor Tails - Animations for your mouse
Adding funny effects whenever you move your mouse. This extension make your mouse moving create fun effects.
Qu'est-ce que Cursor Tails - Animations for your mouse ?
Cursor Tails - Animations for your mouse est une extension Chrome développée par jacobkim9881, et sa fonction principale est "Adding funny effects whenever you move your mouse. This extension make your mouse moving create fun effects.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cursor Tails - Animations for your mouse
Téléchargez les fichiers d'extension Cursor Tails - Animations for your mouse au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension decorates your web browser on the screen with objects trailing from the mouse cursor whichever you move while surfing web. This extension embellish browser screen with strange, fancy, showy and colorful objects following cursor. The objects dynamically response on mouse move. How to enjoy the extension 1. After you download the extension, click the extension icon on extensions bar on the browser. 2. Choose one of icons in the extension popup. 3. Test the extension on any website starting with http://... or https://... 3-1. On some pages like chrome://... or chrome extension web store, the extension doesn't work. You can turn off the extension by clicking STOP extension from a popup page. If you don't want to be bothered for your work on the browser, then turn off the extension for a while. You can turn on again by clicking START extension from a popup page. This extension is open source so always welcoming contributing. https://github.com/jacobkim9881/tailing-mouse-footprint
Informations de Base sur l'Extension
Nom | Cursor Tails - Animations for your mouse |
ID | bgmbliffojkhembdalfdgldpeihhpdnm |
URL Officiel | https://chromewebstore.google.com/detail/cursor-tails-animations-f/bgmbliffojkhembdalfdgldpeihhpdnm |
Description | Adding funny effects whenever you move your mouse. This extension make your mouse moving create fun effects. |
Taille du Fichier | 345 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 0.4.2.1 |
Dernière Mise à Jour | 2023-03-16 |
Date de Publication | 2020-11-26 |
Évaluation | 2.93/5 Total 14 Évaluations |
Développeur | jacobkim9881 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jacobkim9881/tailing-mouse-footprint |
URL de la Page de Politique de Confidentialité | https://jacobkim9881.github.io/tailing-mouse-footprint/docs/privacy-policy.html |
Langues Prises en Charge | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.4.2.1", "permissions": [ "activeTab", "declarativeContent", "contextMenus", "storage", "scripting" ], "host_permissions": [ "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "contents.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "64": "images\/icon64.png", "128": "images\/icon.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon64.png", "128": "images\/icon.png" }, "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 3 } |