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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย darknuju และคุณลักษณะหลักของมันคือ "Replace the cursor with an image of the Monado from Xenoblade"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย All Monado All The Time
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*" ] } |