Steam Redirect Skipper

Skip the steam redirect page when clicking external links within steam chat

Steam Redirect Skipper란 무엇입니까?

Steam Redirect Skipper은(는) danr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skip the steam redirect page when clicking external links within steam chat"입니다.

확장 프로그램 스크린샷

screenshot

Steam Redirect Skipper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Simple script to bypass the steam redirect page for non steam URL links when using steam chat.

No clicking to visit an external link.

-- Change Log --

Version 1.1
Re-write of script to make use of chrome web requests, meaning the page isn't loaded at all.

Version 1.0
Initial release.                    

확장 프로그램 기본 정보

이름 Steam Redirect Skipper Steam Redirect Skipper
ID khmlfpmmbdnmknikgfhgkpejldimabap
공식 URL https://chromewebstore.google.com/detail/steam-redirect-skipper/khmlfpmmbdnmknikgfhgkpejldimabap
설명 Skip the steam redirect page when clicking external links within steam chat
파일 크기 3.56 KB
설치 횟수 381
현재 버전 1.1
최근 업데이트 2014-08-23
출시 날짜 2014-08-23
평점 4.63/5 총 16 개의 평점
개발자 danr
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "description": "Skip the steam redirect page when clicking external links within steam chat",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuwy9eaQXoPmlJzH9oBzm\/0\/y8GjUa3s0l7GtpDv9LoP6X5XSmdAPd50iyPb8OGv7GuGoNFwWH2wU+lWO2HZUh0NyOqMgQChBac11BPPxyt46i\/NMW5c1YSCrRd+kNWh3\/jgRyZu6S+Fy0JfA\/HJGdhl3bSqhIdJ1oQXx7XwZGKM\/mwoY6D1bJeBf\/Kz7EsWquVAEge8LOg\/l496BV4s79gUs22TC4hDmWPHvi9k+ghmFN+hPaXK3YPnkNs9\/ytlE4cUuyLfwLsg\/smYbzxSDAbIF22S7TZU6d3yANbbhvJ7JklC1R\/CZ4Uq5MxDCkFGEtaVjmKAGVbsFFbdMS0lBxwIDAQAB",
    "manifest_version": 2,
    "name": "Steam Redirect Skipper",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/steamcommunity.com\/linkfilter\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}