Filter of Oculus Store items

Hides items you've already purchased, or just items you don't want to see.

Was ist Filter of Oculus Store items?

Filter of Oculus Store items ist eine Chrome-Erweiterung, die von http://shalom.craimer.org entwickelt wurde, und ihr Hauptmerkmal ist "Hides items you've already purchased, or just items you don't want to see.".

Erweiterungsscreenshots

screenshot

Filter of Oculus Store items-Erweiterungs-CRX-Datei herunterladen

Laden Sie Filter of Oculus Store items-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Hide items from the Oculus store that you've already purchased.                    

Grundlegende Informationen zur Erweiterung

Name Filter of Oculus Store items Filter of Oculus Store items
ID ecnakooodmknfjbjbglhlokhohahmjop
Offizielle URL https://chrome.google.com/webstore/detail/filter-of-oculus-store-it/ecnakooodmknfjbjbglhlokhohahmjop
Beschreibung Hides items you've already purchased, or just items you don't want to see.
Dateigröße 87.48 KB
Installationsanzahl 152
Aktuelle Version 0.0.1
Letztes Update 2019-07-22
Veröffentlichungsdatum 2019-07-22
Entwickler http://shalom.craimer.org
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}