Steam Link Unfilter
Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.
Steam Link Unfilter là gì?
Steam Link Unfilter là một tiện ích mở rộng Chrome được phát triển bởi Mal1t1a, và tính năng chính của nó là "Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Steam Link Unfilter
Tải xuống các tệp mở rộng Steam Link Unfilter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension conveniently unfilters the steam link filter. Without having to deal with the hassle of the steam filter redirection, you are now instantly taken to your requested URL. It's hassle free, simple and exactly what steam was before. Doing so also removes the probability of the steamcommunity website from going down and not filtering your URLs properly as well. This extension is recommended to users willing to unfilter their steam link filter. It also looks the best. -= Version 1.1 Changelog =- > Removed 2 console.log lines > Removed 1 invalid "return false;" line
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Steam Link Unfilter |
ID | hgempjlggodgjnchhhgaglddffbimbda |
URL Chính Thức | https://chromewebstore.google.com/detail/steam-link-unfilter/hgempjlggodgjnchhhgaglddffbimbda |
Mô tả | Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link. |
Kích Thước Tệp | 28.93 KB |
Số Lần Cài Đặt | 163 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-01-10 |
Ngày Phát Hành | 2016-01-09 |
Đánh Giá | 4.20/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Mal1t1a |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Link Unfilter", "short_name": "Steam Unfiltered", "version": "1.1", "description": "Unfilters the steam link filter. Clicking a link in steam chat takes you directly to the link.", "background": { "scripts": [ "unfilter.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/steamcommunity.com\/" ], "icons": { "16": "unfilter_16-16.png", "48": "unfilter_48-48.png", "128": "unfilter_128-128.png" }, "manifest_version": 2 } |