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 |
官方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" } } |