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插件。
扩展使用说明
扩展基本信息
名称 | |
ID | caaiaapkdflbbpifgcmnphpimfdoealg |
官方URL | 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\/*" ] } |