Grailed Helper

Adds saved filters to grailed.com

What is Grailed Helper?

Grailed Helper is a Chrome extension developed by gregwcmkim, and its main feature is "Adds saved filters to grailed.com".

Extension Screenshots

screenshot

Download Grailed Helper Extension CRX File

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

                        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.                    

Extension Basic Information

Name Grailed Helper Grailed Helper
ID bhnohonanllcpbpbeaahpeihadnfdefk
Official URL https://chromewebstore.google.com/detail/grailed-helper/bhnohonanllcpbpbeaahpeihadnfdefk
Description Adds saved filters to grailed.com
File Size 42.23 KB
Installation Count 22
Current Version 0.1.3
Last Updated 2015-02-21
Publish Date 2015-02-20
Rating 4.00/5 Total 1 Ratings
Developer gregwcmkim
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}