All Monado All The Time

Replace the cursor with an image of the Monado from Xenoblade

什麼是All Monado All The Time?

All Monado All The Time是由darknuju開發的Chrome擴展程式,該擴展的主要功能是“Replace the cursor with an image of the Monado from Xenoblade”。

下載All Monado All The Time擴展crx文件

下載All Monado All The Time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 All Monado All The Time All Monado All The Time
ID caaiaapkdflbbpifgcmnphpimfdoealg
官方網址 https://chrome.google.com/webstore/detail/all-monado-all-the-time/caaiaapkdflbbpifgcmnphpimfdoealg
簡介 Replace the cursor with an image of the Monado from Xenoblade
檔案大小 85.2 KB
安裝次數 161
目前版本 1.2
更新時間 2015-12-11
上架時間 2015-12-11
評分 3.28/5 共 25 次評分
開發者 darknuju
付費類型 free
支援的語言 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\/*"
    ]
}