Filter of Oculus Store items
Hides items you've already purchased, or just items you don't want to see.
Filter of Oculus Store itemsคืออะไร?
Filter of Oculus Store items เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://shalom.craimer.org และคุณลักษณะหลักของมันคือ "Hides items you've already purchased, or just items you don't want to see."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Filter of Oculus Store items
ดาวน์โหลดไฟล์ส่วนขยาย Filter of Oculus Store items ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hide items from the Oculus store that you've already purchased.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ecnakooodmknfjbjbglhlokhohahmjop |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/filter-of-oculus-store-it/ecnakooodmknfjbjbglhlokhohahmjop |
คำอธิบาย | Hides items you've already purchased, or just items you don't want to see. |
ขนาดไฟล์ | 87.48 KB |
จำนวนการติดตั้ง | 152 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2019-07-22 |
วันที่เผยแพร่ | 2019-07-22 |
ผู้พัฒนา | http://shalom.craimer.org |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Filter of Oculus Store items", "version": "0.0.1", "manifest_version": 2, "description": "Hides items you've already purchased, or just items you don't want to see.", "icons": { "128": "icon-128x128.png", "48": "icon-48x48.png", "16": "icon-16x16.png" }, "page_action": [], "permissions": [ "https:\/\/www.oculus.com\/experiences\/rift\/section\/1578364258944223\/*", "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.oculus.com\/experiences\/rift\/section\/1578364258944223\/*" ], "js": [ "jquery-1.8.2.js", "content-script.js" ], "run_at": "document_start" } ] } |