Steam Anti Linkfilter
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
Steam Anti Linkfilterคืออะไร?
Steam Anti Linkfilter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://voythas.com และคุณลักษณะหลักของมันคือ "Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Anti Linkfilter
ดาวน์โหลดไฟล์ส่วนขยาย Steam Anti Linkfilter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jppobjlomjacgjegdajimogfmacammcp |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/steam-anti-linkfilter/jppobjlomjacgjegdajimogfmacammcp |
คำอธิบาย | Tired of "Notice: You are leaving Steam"? This simple extension will auto-redirect you to the proper page. Enjoy! |
ขนาดไฟล์ | 147 KB |
จำนวนการติดตั้ง | 273 |
เวอร์ชันปัจจุบัน | 0.6 |
อัปเดตครั้งล่าสุด | 2014-08-24 |
วันที่เผยแพร่ | 2014-08-24 |
คะแนน | 4.75/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | http://voythas.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Steam Anti Linkfilter", "version": "0.6", "description": "", "background": { "scripts": [ "bg.js" ] }, "manifest_version": 2, "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/steamcommunity.com\/linkfilter\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |