No Steam Filter
Give me an option to fully disable this crap, gaben
No Steam Filterคืออะไร?
No Steam Filter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย justpsot และคุณลักษณะหลักของมันคือ "Give me an option to fully disable this crap, gaben"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Steam Filter
ดาวน์โหลดไฟล์ส่วนขยาย No Steam Filter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Automatically skips the link filter page on Steam that Valve has shoved down our throats. New script courtesy of Mr McPowned, http://mrmcpowned.com/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | kbmpgnobhgfggalnhdbakdioocapcdbp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/no-steam-filter/kbmpgnobhgfggalnhdbakdioocapcdbp |
คำอธิบาย | Give me an option to fully disable this crap, gaben |
ขนาดไฟล์ | 57.72 KB |
จำนวนการติดตั้ง | 42 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2014-07-14 |
วันที่เผยแพร่ | 2014-07-14 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | justpsot |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "nofilter.user.js" ], "matches": [ "https:\/\/steamcommunity.com\/linkfilter\/*" ], "run_at": "document_start" } ], "converted_from_user_script": true, "description": "Give me an option to fully disable this crap, gaben", "name": "No Steam Filter", "version": "2.0" } |