Reddit CS GO Trading Flair URL

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

Qu'est-ce que Reddit CS GO Trading Flair URL ?

Reddit CS GO Trading Flair URL est une extension Chrome développée par pjfontillas, et sa fonction principale est "This Google Chrome extension automatically turns whatever is in the post flair into a link.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Reddit CS GO Trading Flair URL

Téléchargez les fichiers d'extension Reddit CS GO Trading Flair URL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Nothing spectacular. Just makes browsing inventories more convenient.                    

Informations de Base sur l'Extension

Nom Reddit CS GO Trading Flair URL Reddit CS GO Trading Flair URL
ID jlcajcpakinfkpdhjiipeoejpobdpogo
URL Officiel 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.
Taille du Fichier 442 KB
Nombre d'Installations 27
Version Actuelle 1.2
Dernière Mise à Jour 2014-09-11
Date de Publication 2014-09-11
Développeur pjfontillas
Type de Paiement free
Langues Prises en Charge 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"
    ]
}