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 anankemn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bypasses the obnoxious linkfilter on URLs clicked from Steam chat. Use at your own risk."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steam Community Linkfilter Bypass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } ] } |