Bypass Google Redirect Notice
Get rid of Google's annoying redirect notice!
Что такое Bypass Google Redirect Notice?
Bypass Google Redirect Notice - это расширение Chrome, разработанное https://mohsenmb.com, и его основная функция - "Get rid of Google's annoying redirect notice!".
Снимки экрана расширения
Скачать файл CRX расширения Bypass Google Redirect Notice
Скачайте файлы расширений 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" } } |