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
官方網址 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"
    ]
}