Follow Cursor

Adds custom mouse pointer that rotate in he way that you steer it

Qu'est-ce que Follow Cursor ?

Follow Cursor est une extension Chrome développée par thelidcer, et sa fonction principale est "Adds custom mouse pointer that rotate in he way that you steer it".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Follow Cursor

Téléchargez les fichiers d'extension Follow Cursor 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

                        Adds custom mouse pointer that rotates in the way you steer it                    

Informations de Base sur l'Extension

Nom Follow Cursor Follow Cursor
ID dphiobephcfbbeeimmefecgjeaimkdhk
URL Officiel https://chrome.google.com/webstore/detail/follow-cursor/dphiobephcfbbeeimmefecgjeaimkdhk
Description Adds custom mouse pointer that rotate in he way that you steer it
Taille du Fichier 41.58 KB
Nombre d'Installations 43
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-10-05
Date de Publication 2020-10-05
Évaluation 2.33/5 Total 3 Évaluations
Développeur thelidcer
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Follow Cursor",
    "icons": {
        "48": "assets\/images\/icon_48.png",
        "128": "assets\/images\/icon_128.png"
    },
    "web_accessible_resources": [
        "assets\/css\/bootstrap.css",
        "assets\/css\/cursor.css",
        "assets\/css\/popup.css",
        "assets\/images\/icon_128.png",
        "assets\/images\/icon_48.png",
        "assets\/images\/normal.svg"
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_48.png",
        "default_popup": "assets\/html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "assets\/scripts\/content.js"
            ],
            "css": [
                "assets\/css\/cursor.css"
            ],
            "run_at": "document_end"
        }
    ],
    "version": "1.0.1",
    "description": "Adds custom mouse pointer that rotate in he way that you steer it"
}