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 là gì?

Filter of Oculus Store items là một tiện ích mở rộng Chrome được phát triển bởi http://shalom.craimer.org, và tính năng chính của nó là "Hides items you've already purchased, or just items you don't want to see.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Filter of Oculus Store items

Tải xuống các tệp mở rộng Filter of Oculus Store items dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Filter of Oculus Store items Filter of Oculus Store items
ID ecnakooodmknfjbjbglhlokhohahmjop
URL Chính Thức https://chrome.google.com/webstore/detail/filter-of-oculus-store-it/ecnakooodmknfjbjbglhlokhohahmjop
Mô tả Hides items you've already purchased, or just items you don't want to see.
Kích Thước Tệp 87.48 KB
Số Lần Cài Đặt 152
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-07-22
Ngày Phát Hành 2019-07-22
Nhà Phát Triển http://shalom.craimer.org
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}