Bypass Google Redirect Notice
Get rid of Google's annoying redirect notice!
What is Bypass Google Redirect Notice?
Bypass Google Redirect Notice is a Chrome extension developed by https://mohsenmb.com, and its main feature is "Get rid of Google's annoying redirect notice!".
Extension Screenshots
Download Bypass Google Redirect Notice Extension CRX File
Download Bypass Google Redirect Notice extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension continues to the target URL without waiting on Google's redirect notice page.
Extension Basic Information
Name | Bypass Google Redirect Notice |
ID | cebdpiiapajkceonikbjoikdchpnbdid |
Official URL | https://chromewebstore.google.com/detail/bypass-google-redirect-no/cebdpiiapajkceonikbjoikdchpnbdid |
Description | Get rid of Google's annoying redirect notice! |
File Size | 8.9 KB |
Installation Count | 114 |
Current Version | 1.0.3 |
Last Updated | 2023-10-14 |
Publish Date | 2022-05-23 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://mohsenmb.com |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |