Cursor Tails - Animations for your mouse

Adding funny effects whenever you move your mouse. This extension make your mouse moving create fun effects.

Cursor Tails - Animations for your mouse क्या है?

Cursor Tails - Animations for your mouse jacobkim9881 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adding funny effects whenever you move your mouse. This extension make your mouse moving create fun effects."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cursor Tails - Animations for your mouse एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Cursor Tails - Animations for your mouse Cursor Tails - Animations for your mouse
ID bgmbliffojkhembdalfdgldpeihhpdnm
आधिकारिक URL https://chromewebstore.google.com/detail/cursor-tails-animations-f/bgmbliffojkhembdalfdgldpeihhpdnm
विवरण Adding funny effects whenever you move your mouse. This extension make your mouse moving create fun effects.
फ़ाइल का आकार 345 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 0.4.2.1
अंतिम अपडेट 2023-03-16
प्रकाशन तिथि 2020-11-26
रेटिंग 2.93/5 कुल 14 रेटिंग्स
डेवलपर jacobkim9881
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jacobkim9881/tailing-mouse-footprint
गोपनीयता नीति पृष्ठ URL https://jacobkim9881.github.io/tailing-mouse-footprint/docs/privacy-policy.html
समर्थित भाषाएँ 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
}