Grailed Helper

Adds saved filters to grailed.com

Grailed Helper là gì?

Grailed Helper là một tiện ích mở rộng Chrome được phát triển bởi gregwcmkim, và tính năng chính của nó là "Adds saved filters to grailed.com".

Ả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 Grailed Helper

Tải xuống các tệp mở rộng Grailed Helper 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

                        For now, this extension simply adds the ability to save filters so that you don't have to waste time navigating through grailed.com's filters. More features are coming soon.                    

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

Tên Grailed Helper Grailed Helper
ID bhnohonanllcpbpbeaahpeihadnfdefk
URL Chính Thức https://chromewebstore.google.com/detail/grailed-helper/bhnohonanllcpbpbeaahpeihadnfdefk
Mô tả Adds saved filters to grailed.com
Kích Thước Tệp 42.23 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2015-02-21
Ngày Phát Hành 2015-02-20
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển gregwcmkim
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": "Grailed Helper",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Adds saved filters to grailed.com",
    "permissions": [
        "*:\/\/*.grailed.com\/*",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "gh.js"
            ],
            "matches": [
                "*:\/\/*.grailed.com\/*"
            ]
        }
    ]
}