All Monado All The Time

Replace the cursor with an image of the Monado from Xenoblade

Apa itu All Monado All The Time?

All Monado All The Time adalah ekstensi Chrome yang dikembangkan oleh darknuju, dan fitur utamanya adalah "Replace the cursor with an image of the Monado from Xenoblade".

Unduh Berkas CRX Ekstensi All Monado All The Time

Unduh file ekstensi All Monado All The Time 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

                                            

Informasi Dasar Ekstensi

Nama All Monado All The Time All Monado All The Time
ID caaiaapkdflbbpifgcmnphpimfdoealg
URL Resmi https://chrome.google.com/webstore/detail/all-monado-all-the-time/caaiaapkdflbbpifgcmnphpimfdoealg
Deskripsi Replace the cursor with an image of the Monado from Xenoblade
Ukuran File 85.2 KB
Jumlah Instalasi 161
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-12-11
Tanggal Publikasi 2015-12-11
Penilaian 3.28/5 Total 25 Penilaian
Pengembang darknuju
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All Monado All The Time",
    "description": "Replace the cursor with an image of the Monado from Xenoblade",
    "version": "1.2",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/www.google.com\/"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/cursor.png",
        "images\/*"
    ]
}