Bypass Google Redirect Notice
Get rid of Google's annoying redirect notice!
Wat is Bypass Google Redirect Notice?
Bypass Google Redirect Notice is een Chrome-extensie ontwikkeld door https://mohsenmb.com, en de belangrijkste functie is "Get rid of Google's annoying redirect notice!".
Extensie Screenshots
Download het CRX-bestand van de extensie Bypass Google Redirect Notice
Download Bypass Google Redirect Notice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension continues to the target URL without waiting on Google's redirect notice page.
Basisinformatie over de Extensie
Naam | Bypass Google Redirect Notice |
ID | cebdpiiapajkceonikbjoikdchpnbdid |
Officiële URL | https://chromewebstore.google.com/detail/bypass-google-redirect-no/cebdpiiapajkceonikbjoikdchpnbdid |
Beschrijving | Get rid of Google's annoying redirect notice! |
Bestandsgrootte | 8.9 KB |
Aantal Installaties | 114 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2023-10-14 |
Publicatiedatum | 2022-05-23 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://mohsenmb.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |