Reddit CS GO Trading Flair URL

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

什么是Reddit CS GO Trading Flair URL?

Reddit CS GO Trading Flair URL是由pjfontillas开发的Chrome扩展程序,该扩展的主要功能是“This Google Chrome extension automatically turns whatever is in the post flair into a link.”。

扩展截图

screenshot
screenshot

下载Reddit CS GO Trading Flair URL扩展crx文件

下载Reddit CS GO Trading Flair URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Nothing spectacular. Just makes browsing inventories more convenient.                    

扩展基本信息

名称 Reddit CS GO Trading Flair URL Reddit CS GO Trading Flair URL
ID jlcajcpakinfkpdhjiipeoejpobdpogo
官方URL https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo
简介 This Google Chrome extension automatically turns whatever is in the post flair into a link.
文件大小 442 KB
安装次数 27
当前版本 1.2
更新时间 2014-09-11
上架时间 2014-09-11
开发者 pjfontillas
付费类型 free
支持的语言 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"
    ]
}