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\/*" ] } |