Amazon sort by Review Count
Sort By Review Count for Amazon allows you to sort Amazon search results by their number of reviews
Amazon sort by Review Countคืออะไร?
Amazon sort by Review Count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sort by Review Count for Amazon และคุณลักษณะหลักของมันคือ "Sort By Review Count for Amazon allows you to sort Amazon search results by their number of reviews"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon sort by Review Count
ดาวน์โหลดไฟล์ส่วนขยาย Amazon sort by Review Count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sort By Review Count for amazon extension lets you sort items by their number of reviews & ratings. Most reviewed are now on top of amazon search To sort by number of reviews, either click on the extension icon (the yellow star) or use the "Sort by Review Count" button. NOTE : #1 Always select a SPECIFIC CATEGORY before sorting by review count #2 Do not "sort by review count" in the "All in One" general category This extension took me ≈30 min to code. It's free and very simple to use. If you liked it, give me a good rating. Thank you, Sébastien Barette-Tremblay (updated & working - January 26, 2024)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Amazon sort by Review Count |
ID | olefkhnepnhckieapdkjebebogajcmel |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/amazon-sort-by-review-cou/olefkhnepnhckieapdkjebebogajcmel |
คำอธิบาย | Sort By Review Count for Amazon allows you to sort Amazon search results by their number of reviews |
ขนาดไฟล์ | 22.11 KB |
จำนวนการติดตั้ง | 3,463 |
เวอร์ชันปัจจุบัน | 1.5.1 |
อัปเดตครั้งล่าสุด | 2024-01-27 |
วันที่เผยแพร่ | 2021-10-19 |
คะแนน | 4.12/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | sort by Review Count for Amazon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "action": { "default_icon": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "separateur.js" ], "matches": [ "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.at\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.com.sg\/*", "*:\/\/*.amazon.com.tr\/*", "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.ie\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.eg\/*", "*:\/\/*.amazon.sa\/*" ] } ], "description": "Sort By Review Count for Amazon allows you to sort Amazon search results by their number of reviews", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm+XOF71DxOmh+tcrolNp7SbGg7+qltOM3dMgxUiaPXU22uSxmeAvlbiO8VWBfPeL37FxkuX1Q\/aY9z5ykviYqTuxWGhbsjnsrpRke1Q8I1px5Gl2AMO3G+mgAdajUZo9LRJtE4qmGO\/ZxlbVepPhtbHXu0KwT2S9xMUAFIFs3JX\/x7ZNK4+xK+QlnnvV0aEcJsBUjAxqxcyh6FeeCxItYHiOp8VMUp9w5Ltzx9dO9hkA6FBJcyC2sr8qibyzG2i4D5ksc1UaQ64mXtVAC8PvLBhdUgMHf+CpeQ9AYZBiJ7J\/ZYs+eaMT2Veuhic\/TpZubVpty4WV8wHp2htb5xy5DQIDAQAB", "manifest_version": 3, "name": "Amazon sort by Review Count", "permissions": [ "activeTab" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5.1" } |