Bypass Google Redirect Notice
Get rid of Google's annoying redirect notice!
什麼是Bypass Google Redirect Notice?
Bypass Google Redirect Notice是由https://mohsenmb.com開發的Chrome擴展程式,該擴展的主要功能是“Get rid of Google's annoying redirect notice!”。
擴展截圖
下載Bypass Google Redirect Notice擴展crx文件
下載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 |
官方網址 | 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" } } |