Safer Redirects
This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.
Safer Redirectsคืออะไร?
Safer Redirects เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Michael Brodmann และคุณลักษณะหลักของมันคือ "This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safer Redirects
ดาวน์โหลดไฟล์ส่วนขยาย Safer Redirects ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension was created to mitigate threats like XSS or CSRF using an url shortener service. This extension will prompt you with the target url of the shortened url before the redirect occurs. You then can choice if you want to proceed or cancel the redirect.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Safer Redirects |
ID | ecejaaoknpcjfheoejampbickooodnna |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/safer-redirects/ecejaaoknpcjfheoejampbickooodnna |
คำอธิบาย | This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed. |
ขนาดไฟล์ | 9.92 KB |
จำนวนการติดตั้ง | 150 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-07-04 |
วันที่เผยแพร่ | 2016-07-04 |
คะแนน | 3.43/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Michael Brodmann |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Safer Redirects", "description": "This extension displays the url to which the redirect would have occured. Choice wisely if you want to proceed.", "version": "1.0", "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "webRequest", "webRequestBlocking", "storage", " |