All Monado All The Time

Replace the cursor with an image of the Monado from Xenoblade

Hvad er All Monado All The Time?

All Monado All The Time er en Chrome-udvidelse udviklet af darknuju, og dens hovedfunktion er "Replace the cursor with an image of the Monado from Xenoblade".

Download All Monado All The Time-udvidelses-CRX-fil

Download All Monado All The Time-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                                            

Grundlæggende oplysninger om udvidelsen

Navn All Monado All The Time All Monado All The Time
ID caaiaapkdflbbpifgcmnphpimfdoealg
Officiel URL https://chrome.google.com/webstore/detail/all-monado-all-the-time/caaiaapkdflbbpifgcmnphpimfdoealg
Beskrivelse Replace the cursor with an image of the Monado from Xenoblade
Filstørrelse 85.2 KB
Antal Installationer 161
Nuværende Version 1.2
Senest Opdateret 2015-12-11
Udgivelsesdato 2015-12-11
Bedømmelse 3.28/5 Samlet 25 Bedømmelser
Udvikler darknuju
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}