Mini Cursor Follower
a simple cursor animation whenever you open a new tab
Vad är Mini Cursor Follower?
Mini Cursor Follower är en Chrome-tillägg utvecklad av TRITECHNIX, och dess huvudfunktion är "a simple cursor animation whenever you open a new tab".
Tilläggsskärmbilder
Ladda ner Mini Cursor Follower-förlängningens CRX-fil
Ladda ner Mini Cursor Follower-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Browse the web with a simple simple cursor follower animation, every new tab! By clicking "Add to chrome", I accept and agree to installing the Mini Cursor Follower Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Privacy Policy: https://www.tritechnix.com/privacy-policy Terms Of Use: https://www.tritechnix.com/mini-cursor-follower/terms-of-use Contact us: https://www.tritechnix.com/contact-us About: https://www.tritechnix.com/about-us Contact email: [email protected]
Grundläggande Information om Tillägg
Namn | Mini Cursor Follower |
ID | pjppbcnlnfjabomiiefjmihiefbpfbdn |
Officiell webbadress | https://chromewebstore.google.com/detail/mini-cursor-follower/pjppbcnlnfjabomiiefjmihiefbpfbdn |
Beskrivning | a simple cursor animation whenever you open a new tab |
Filstorlek | 9.27 KB |
Antal Installationer | 671 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2022-06-06 |
Publiceringsdatum | 2022-01-04 |
Betyg | 4.00/5 Totalt 6 Betyg |
Utvecklare | TRITECHNIX |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.tritechnix.com/privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mini Cursor Follower", "description": "a simple cursor animation whenever you open a new tab", "version": "1.2", "icons": { "128": "i\/icon128.png", "48": "i\/icon48.png", "16": "i\/icon16.png" }, "action": { "default_icon": "i\/icon48.png" }, "chrome_url_overrides": { "newtab": "html\/newtab.html" } } |