Flying Cursors

Adds a bunch of cursors

Τι είναι το Flying Cursors;

Το Flying Cursors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον bananafish, και η κύρια λειτουργία του είναι "Adds a bunch of cursors".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Flying Cursors

Λήψη αρχείων επέκτασης Flying Cursors σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Flying Cursors Flying Cursors
ID onnkoiclhlimgcgcfnidckkkcgladclh
Επίσημο URL https://chromewebstore.google.com/detail/flying-cursors/onnkoiclhlimgcgcfnidckkkcgladclh
Περιγραφή Adds a bunch of cursors
Μέγεθος Αρχείου 49.86 KB
Αριθμός Εγκαταστάσεων 549
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2017-03-28
Ημερομηνία Δημοσίευσης 2017-03-27
Αξιολόγηση 3.76/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής bananafish
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}