All Monado All The Time

Replace the cursor with an image of the Monado from Xenoblade

What is All Monado All The Time?

All Monado All The Time is a Chrome extension developed by darknuju, and its main feature is "Replace the cursor with an image of the Monado from Xenoblade".

Download All Monado All The Time Extension CRX File

Download All Monado All The Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name All Monado All The Time All Monado All The Time
ID caaiaapkdflbbpifgcmnphpimfdoealg
Official URL https://chrome.google.com/webstore/detail/all-monado-all-the-time/caaiaapkdflbbpifgcmnphpimfdoealg
Description Replace the cursor with an image of the Monado from Xenoblade
File Size 85.2 KB
Installation Count 161
Current Version 1.2
Last Updated 2015-12-11
Publish Date 2015-12-11
Rating 3.28/5 Total 25 Ratings
Developer darknuju
Payment Type free
Supported Languages 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\/*"
    ]
}