Reddit CS GO Trading Flair URL

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

Hvad er Reddit CS GO Trading Flair URL?

Reddit CS GO Trading Flair URL er en Chrome-udvidelse udviklet af pjfontillas, og dens hovedfunktion er "This Google Chrome extension automatically turns whatever is in the post flair into a link.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Reddit CS GO Trading Flair URL-udvidelses-CRX-fil

Download Reddit CS GO Trading Flair URL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Nothing spectacular. Just makes browsing inventories more convenient.                    

Grundlæggende oplysninger om udvidelsen

Navn Reddit CS GO Trading Flair URL Reddit CS GO Trading Flair URL
ID jlcajcpakinfkpdhjiipeoejpobdpogo
Officiel URL https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo
Beskrivelse This Google Chrome extension automatically turns whatever is in the post flair into a link.
Filstørrelse 442 KB
Antal Installationer 27
Nuværende Version 1.2
Senest Opdateret 2014-09-11
Udgivelsesdato 2014-09-11
Udvikler pjfontillas
Betalingsmetode free
Understøttede Sprog 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"
    ]
}