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」です。
拡張機能のスクリーンショット
Steam Redirect Skipper拡張機能のCRXファイルをダウンロード
Steam Redirect Skipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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" ] } } |