Filter of Oculus Store items
Hides items you've already purchased, or just items you don't want to see.
What is Filter of Oculus Store items?
Filter of Oculus Store items is a Chrome extension developed by http://shalom.craimer.org, and its main feature is "Hides items you've already purchased, or just items you don't want to see.".
Extension Screenshots
Download Filter of Oculus Store items Extension CRX File
Download Filter of Oculus Store items extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hide items from the Oculus store that you've already purchased.
Extension Basic Information
Name | |
ID | ecnakooodmknfjbjbglhlokhohahmjop |
Official URL | https://chrome.google.com/webstore/detail/filter-of-oculus-store-it/ecnakooodmknfjbjbglhlokhohahmjop |
Description | Hides items you've already purchased, or just items you don't want to see. |
File Size | 87.48 KB |
Installation Count | 152 |
Current Version | 0.0.1 |
Last Updated | 2019-07-22 |
Publish Date | 2019-07-22 |
Developer | http://shalom.craimer.org |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |