Confused Shopper Prank
This prank extension changes all prices on the page to be between $0.01 and $0.99.
Confused Shopper Prankคืออะไร?
Confused Shopper Prank เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://marytal.com และคุณลักษณะหลักของมันคือ "This prank extension changes all prices on the page to be between $0.01 and $0.99."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Confused Shopper Prank
ดาวน์โหลดไฟล์ส่วนขยาย Confused Shopper Prank ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Confused Shopper Prank |
ID | mhamipanbofhcddlbjfkgkgigkekhjon |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/confused-shopper-prank/mhamipanbofhcddlbjfkgkgigkekhjon |
คำอธิบาย | This prank extension changes all prices on the page to be between $0.01 and $0.99. |
ขนาดไฟล์ | 3.98 KB |
จำนวนการติดตั้ง | 199 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2014-12-17 |
วันที่เผยแพร่ | 2014-12-16 |
คะแนน | 1.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://marytal.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://github.marytal.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Confused Shopper Prank", "description": "This prank extension changes all prices on the page to be between $0.01 and $0.99.", "version": "1.0", "content_scripts": [ { "matches": [ "http:\/\/*\/*" ], "js": [ "contentscript_fun.js" ] } ], "browser_action": { "default_icon": "icon.png" } } |