Bypass Google Redirect Notice
Get rid of Google's annoying redirect notice!
Bypass Google Redirect Noticeคืออะไร?
Bypass Google Redirect Notice เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mohsenmb.com และคุณลักษณะหลักของมันคือ "Get rid of Google's annoying redirect notice!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bypass Google Redirect Notice
ดาวน์โหลดไฟล์ส่วนขยาย Bypass Google Redirect Notice ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension continues to the target URL without waiting on Google's redirect notice page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bypass Google Redirect Notice |
ID | cebdpiiapajkceonikbjoikdchpnbdid |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bypass-google-redirect-no/cebdpiiapajkceonikbjoikdchpnbdid |
คำอธิบาย | Get rid of Google's annoying redirect notice! |
ขนาดไฟล์ | 8.9 KB |
จำนวนการติดตั้ง | 114 |
เวอร์ชันปัจจุบัน | 1.0.3 |
อัปเดตครั้งล่าสุด | 2023-10-14 |
วันที่เผยแพร่ | 2022-05-23 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://mohsenmb.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bypass Google Redirect Notice", "description": "Get rid of Google's annoying redirect notice!", "version": "1.0.3", "manifest_version": 3, "permissions": [], "host_permissions": [ "https:\/\/*\/*" ], "icons": { "24": "assets\/redirect-24.png", "128": "assets\/redirect-128.png" }, "background": { "service_worker": "main.js" } } |