Flying Cursors

Adds a bunch of cursors

Apa itu Flying Cursors?

Flying Cursors adalah ekstensi Chrome yang dikembangkan oleh bananafish, dan fitur utamanya adalah "Adds a bunch of cursors".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Flying Cursors

Unduh file ekstensi Flying Cursors dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Flying Cursors Flying Cursors
ID onnkoiclhlimgcgcfnidckkkcgladclh
URL Resmi https://chromewebstore.google.com/detail/flying-cursors/onnkoiclhlimgcgcfnidckkkcgladclh
Deskripsi Adds a bunch of cursors
Ukuran File 49.86 KB
Jumlah Instalasi 549
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-03-28
Tanggal Publikasi 2017-03-27
Penilaian 3.76/5 Total 17 Penilaian
Pengembang bananafish
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}