Skip Google Redirect
Skips the Google redirect pages and takes you straight there
Что такое Skip Google Redirect?
Skip Google Redirect - это расширение Chrome, разработанное robert, и его основная функция - "Skips the Google redirect pages and takes you straight there".
Скачать файл CRX расширения Skip Google Redirect
Скачайте файлы расширений Skip Google Redirect в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Skips the Google redirect pages (https://www.google.com/url*) and just takes you directly to the web page. This is often useful because that Google redirect page not only tracks you but is often slow causing your web surfing to be slow. No more!
Основная информация о расширении
Название | Skip Google Redirect |
ID | eadldncondnnbbdgfncjoheallemkcjb |
Официальный URL | https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb |
Описание | Skips the Google redirect pages and takes you straight there |
Размер файла | 3.39 KB |
Количество установок | 102 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2016-12-03 |
Дата публикации | 2016-12-03 |
Рейтинг | 3.50/5 Всего 2 оценок |
Разработчик | robert |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Skip Google Redirect", "manifest_version": 2, "version": "1.0.0", "description": "Skips the Google redirect pages and takes you straight there", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*.google.com\/url*" ] } |