Steam Community Linkfilter Bypass
Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.
Apa itu Steam Community Linkfilter Bypass?
Steam Community Linkfilter Bypass adalah ekstensi Chrome yang dikembangkan oleh anankemn, dan fitur utamanya adalah "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk.".
Unduh Berkas CRX Ekstensi Steam Community Linkfilter Bypass
Unduh file ekstensi Steam Community Linkfilter Bypass dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | ffcoebaegmpgdadgmkkhdppehbekcjao |
URL Resmi | https://chrome.google.com/webstore/detail/steam-community-linkfilte/ffcoebaegmpgdadgmkkhdppehbekcjao |
Deskripsi | Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk. |
Ukuran File | 109 KB |
Jumlah Instalasi | 11 |
Versi Saat Ini | 0.0.3 |
Terakhir Diperbarui | 2014-08-02 |
Tanggal Publikasi | 2014-08-02 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | anankemn |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |