Reddit CS GO Trading Flair URL

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

Wat is Reddit CS GO Trading Flair URL?

Reddit CS GO Trading Flair URL is een Chrome-extensie ontwikkeld door pjfontillas, en de belangrijkste functie is "This Google Chrome extension automatically turns whatever is in the post flair into a link.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Reddit CS GO Trading Flair URL

Download Reddit CS GO Trading Flair URL-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Nothing spectacular. Just makes browsing inventories more convenient.                    

Basisinformatie over de Extensie

Naam Reddit CS GO Trading Flair URL Reddit CS GO Trading Flair URL
ID jlcajcpakinfkpdhjiipeoejpobdpogo
Officiële URL https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo
Beschrijving This Google Chrome extension automatically turns whatever is in the post flair into a link.
Bestandsgrootte 442 KB
Aantal Installaties 27
Huidige Versie 1.2
Laatst Bijgewerkt 2014-09-11
Publicatiedatum 2014-09-11
Ontwikkelaar pjfontillas
Betalingswijze free
Ondersteunde Talen 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"
    ]
}