Filter of Oculus Store items
Hides items you've already purchased, or just items you don't want to see.
Wat is Filter of Oculus Store items?
Filter of Oculus Store items is een Chrome-extensie ontwikkeld door http://shalom.craimer.org, en de belangrijkste functie is "Hides items you've already purchased, or just items you don't want to see.".
Extensie Screenshots
Download het CRX-bestand van de extensie Filter of Oculus Store items
Download Filter of Oculus Store items-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Hide items from the Oculus store that you've already purchased.
Basisinformatie over de Extensie
Naam | |
ID | ecnakooodmknfjbjbglhlokhohahmjop |
Officiële URL | https://chrome.google.com/webstore/detail/filter-of-oculus-store-it/ecnakooodmknfjbjbglhlokhohahmjop |
Beschrijving | Hides items you've already purchased, or just items you don't want to see. |
Bestandsgrootte | 87.48 KB |
Aantal Installaties | 152 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2019-07-22 |
Publicatiedatum | 2019-07-22 |
Ontwikkelaar | http://shalom.craimer.org |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |