Flying Cursors

Adds a bunch of cursors

Qu'est-ce que Flying Cursors ?

Flying Cursors est une extension Chrome développée par bananafish, et sa fonction principale est "Adds a bunch of cursors".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Flying Cursors

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

                        Want to stop yourself from browsing the net? Want to annoy your friends? Install Flying Cursors to cause cursors to fly around your screen. Warning: If you don't close your tab quickly enough your browser will eventually crash. 
You're all welcome.                    

Informations de Base sur l'Extension

Nom Flying Cursors Flying Cursors
ID onnkoiclhlimgcgcfnidckkkcgladclh
URL Officiel https://chromewebstore.google.com/detail/flying-cursors/onnkoiclhlimgcgcfnidckkkcgladclh
Description Adds a bunch of cursors
Taille du Fichier 49.86 KB
Nombre d'Installations 549
Version Actuelle 1.0
Dernière Mise à Jour 2017-03-28
Date de Publication 2017-03-27
Évaluation 3.76/5 Total 17 Évaluations
Développeur bananafish
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Flying Cursors",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Adds a bunch of cursors",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "velocity.min.js",
                "content.js"
            ]
        }
    ]
}