Redirect Google Redirects
Redirect requests to google.com/url directly
Redirect Google Redirectsคืออะไร?
Redirect Google Redirects เป็นส่วนขยายของ Chrome ที่พัฒนาโดย graeme phillips และคุณลักษณะหลักของมันคือ "Redirect requests to google.com/url directly"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redirect Google Redirects
ดาวน์โหลดไฟล์ส่วนขยาย Redirect Google Redirects ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension registers a webRequest listener to intercept requests made to google.com/url and redirect the request to the actual URL directly instead of through Google. This does not replace the URLs in links. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | nlacgjiklmjjejlgoclnjhndjaiempdo |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo |
| คำอธิบาย | Redirect requests to google.com/url directly |
| ขนาดไฟล์ | 6.85 KB |
| จำนวนการติดตั้ง | 1,281 |
| เวอร์ชันปัจจุบัน | 1 |
| อัปเดตครั้งล่าสุด | 2015-03-15 |
| วันที่เผยแพร่ | 2015-03-14 |
| คะแนน | 4.30/5 รวมทั้งหมด 20 คะแนน |
| ผู้พัฒนา | graeme phillips |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| URL หน้านโยบายความเป็นส่วนตัว | https://github.com/graemephi/imgur-uploader/wiki |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Redirect Google Redirects",
"description": "Redirect requests to google.com\/url directly",
"author": "graeme phillips",
"version": "1",
"icons": {
"128": "icon.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/www.google.com\/url*"
],
"background": {
"scripts": [
"js\/main.js"
]
}
} | |