Reddit CS GO Trading Flair URL

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

Cos'è Reddit CS GO Trading Flair URL?

Reddit CS GO Trading Flair URL è un'estensione di Chrome sviluppata da pjfontillas, e la sua funzione principale è "This Google Chrome extension automatically turns whatever is in the post flair into a link.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reddit CS GO Trading Flair URL

Scarica i file di estensione Reddit CS GO Trading Flair URL in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Nothing spectacular. Just makes browsing inventories more convenient.                    

Informazioni di Base sull'Estensione

Nome Reddit CS GO Trading Flair URL Reddit CS GO Trading Flair URL
ID jlcajcpakinfkpdhjiipeoejpobdpogo
URL Ufficiale https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo
Descrizione This Google Chrome extension automatically turns whatever is in the post flair into a link.
Dimensione del File 442 KB
Conteggio Installazioni 27
Versione Corrente 1.2
Ultimo Aggiornamento 2014-09-11
Data di Pubblicazione 2014-09-11
Sviluppatore pjfontillas
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}