Redfin helper
This extension hides all X-out properties on redfin
Redfin helperคืออะไร?
Redfin helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tuan Nguyen และคุณลักษณะหลักของมันคือ "This extension hides all X-out properties on redfin"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redfin helper
ดาวน์โหลดไฟล์ส่วนขยาย Redfin helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension hides properties that have been X'd-out from Redfin map. If this extension stops working, leave me a tweet @natuan. I'll take a look as soon as I can.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ngmgoehacndlcocjgbenkmkbdpbhchha |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ngmgoehacndlcocjgbenkmkbdpbhchha |
คำอธิบาย | This extension hides all X-out properties on redfin |
ขนาดไฟล์ | 3.82 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-06-03 |
วันที่เผยแพร่ | 2017-06-03 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Tuan Nguyen |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redfin helper", "version": "1.0", "description": "This extension hides all X-out properties on redfin", "content_scripts": [ { "matches": [ "https:\/\/*.redfin.com\/*" ], "css": [ "main.css" ], "js": [ "main.js" ] } ] } |