Steam Community Linkfilter Bypass

Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.

Что такое Steam Community Linkfilter Bypass?

Steam Community Linkfilter Bypass - это расширение Chrome, разработанное anankemn, и его основная функция - "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".

Скачать файл CRX расширения Steam Community Linkfilter Bypass

Скачайте файлы расширений Steam Community Linkfilter Bypass в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Automatically skips the new(ish) linkfilter page produced by links clicked in Steam Chat. Please use caution when clicking on links in Steam with this extension enabled.                    

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

Название Steam Community Linkfilter Bypass Steam Community Linkfilter Bypass
ID ffcoebaegmpgdadgmkkhdppehbekcjao
Официальный URL https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao
Описание Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Размер файла 109 KB
Количество установок 11
Текущая Версия 0.0.3
Последнее Обновление 2014-08-02
Дата публикации 2014-08-02
Рейтинг 5.00/5 Всего 1 оценок
Разработчик anankemn
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Community Linkfilter Bypass",
    "short_name": "FilterBypass",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.",
    "icons": {
        "16": "icons\/steam.png",
        "48": "icons\/steam.png",
        "128": "icons\/steam.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}