Reddit CS GO Trading Flair URL

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

Co to jest Reddit CS GO Trading Flair URL?

Reddit CS GO Trading Flair URL to rozszerzenie Chrome opracowane przez pjfontillas, a jego główną funkcją jest „This Google Chrome extension automatically turns whatever is in the post flair into a link.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Reddit CS GO Trading Flair URL

Pobierz pliki rozszerzeń Reddit CS GO Trading Flair URL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Nothing spectacular. Just makes browsing inventories more convenient.                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit CS GO Trading Flair URL Reddit CS GO Trading Flair URL
ID jlcajcpakinfkpdhjiipeoejpobdpogo
Oficjalny URL https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo
Opis This Google Chrome extension automatically turns whatever is in the post flair into a link.
Rozmiar pliku 442 KB
Liczba instalacji 27
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2014-09-11
Data Publikacji 2014-09-11
Deweloper pjfontillas
Typ Płatności free
Obsługiwane Języki 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"
    ]
}