Cursor Repulsor Prank
1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
Cursor Repulsor Prankคืออะไร?
Cursor Repulsor Prank เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://leodesigaux.com และคุณลักษณะหลักของมันคือ "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cursor Repulsor Prank
ดาวน์โหลดไฟล์ส่วนขยาย Cursor Repulsor Prank ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dmndppncnconmfhckffflaegdbojnhle |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cursor-repulsor-prank/dmndppncnconmfhckffflaegdbojnhle |
คำอธิบาย | 1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues. |
ขนาดไฟล์ | 18.22 KB |
จำนวนการติดตั้ง | 269 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-09-18 |
วันที่เผยแพร่ | 2020-09-16 |
คะแนน | 1.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | http://leodesigaux.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cursor Repulsor Prank", "description": "1 chance on 100 to turn your cursor into a buttons repulsing cursor. Perfect to prank your colleagues.", "version": "1.0.0", "icons": { "16": "icon-16.png", "19": "icon-19.png", "38": "icon-38.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/content.js" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "activeTab", "tabs", " |