Reddit CS GO Trading Flair URL

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

Что такое Reddit CS GO Trading Flair URL?

Reddit CS GO Trading Flair URL - это расширение Chrome, разработанное pjfontillas, и его основная функция - "This Google Chrome extension automatically turns whatever is in the post flair into a link.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Reddit CS GO Trading Flair URL

Скачайте файлы расширений Reddit CS GO Trading Flair URL в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Nothing spectacular. Just makes browsing inventories more convenient.                    

Основная информация о расширении

Название Reddit CS GO Trading Flair URL Reddit CS GO Trading Flair URL
ID jlcajcpakinfkpdhjiipeoejpobdpogo
Официальный URL https://chrome.google.com/webstore/detail/reddit-cs-go-trading-flai/jlcajcpakinfkpdhjiipeoejpobdpogo
Описание This Google Chrome extension automatically turns whatever is in the post flair into a link.
Размер файла 442 KB
Количество установок 27
Текущая Версия 1.2
Последнее Обновление 2014-09-11
Дата публикации 2014-09-11
Разработчик pjfontillas
Тип оплаты free
Поддерживаемые языки 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"
    ]
}