Bypass Google Redirect Notice
Get rid of Google's annoying redirect notice!
Co to jest Bypass Google Redirect Notice?
Bypass Google Redirect Notice to rozszerzenie Chrome opracowane przez https://mohsenmb.com, a jego główną funkcją jest „Get rid of Google's annoying redirect notice!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bypass Google Redirect Notice
Pobierz pliki rozszerzeń Bypass Google Redirect Notice w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension continues to the target URL without waiting on Google's redirect notice page. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | cebdpiiapajkceonikbjoikdchpnbdid |
| Oficjalny URL | https://chromewebstore.google.com/detail/bypass-google-redirect-no/cebdpiiapajkceonikbjoikdchpnbdid |
| Opis | Get rid of Google's annoying redirect notice! |
| Rozmiar pliku | 8.9 KB |
| Liczba instalacji | 114 |
| Aktualna Wersja | 1.0.3 |
| Ostatnia Aktualizacja | 2023-10-14 |
| Data Publikacji | 2022-05-23 |
| Ocena | 3.67/5 Łącznie 3 Oceny |
| Deweloper | https://mohsenmb.com |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |