Reddit CS GO Trading Flair URL

This Google Chrome extension automatically turns whatever is in the post flair into a link.

What is Reddit CS GO Trading Flair URL?

Reddit CS GO Trading Flair URL is a Chrome extension developed by pjfontillas, and its main feature is "This Google Chrome extension automatically turns whatever is in the post flair into a link.".

Extension Screenshots

screenshot
screenshot

Download Reddit CS GO Trading Flair URL Extension CRX File

Download Reddit CS GO Trading Flair URL 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

                        Nothing spectacular. Just makes browsing inventories more convenient.                    

Extension Basic Information

Name Reddit CS GO Trading Flair URL Reddit CS GO Trading Flair URL
ID jlcajcpakinfkpdhjiipeoejpobdpogo
Official URL https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo
Description This Google Chrome extension automatically turns whatever is in the post flair into a link.
File Size 442 KB
Installation Count 27
Current Version 1.2
Last Updated 2014-09-11
Publish Date 2014-09-11
Developer pjfontillas
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit CS GO Trading Flair URL",
    "description": "This Google Chrome extension automatically turns whatever is in the post flair into a link.",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/r\/GlobalOffensiveTrade\/*"
            ],
            "js": [
                "jquery.min.js",
                "autolink.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "jquery-1.10.2.min.map"
    ]
}