Redirect Google Redirects
Redirect requests to google.com/url directly
Что такое Redirect Google Redirects?
Redirect Google Redirects - это расширение Chrome, разработанное graeme phillips, и его основная функция - "Redirect requests to google.com/url directly".
Скачать файл CRX расширения Redirect Google Redirects
Скачайте файлы расширений Redirect Google Redirects в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension registers a webRequest listener to intercept requests made to google.com/url and redirect the request to the actual URL directly instead of through Google. This does not replace the URLs in links.
Основная информация о расширении
Название | Redirect Google Redirects |
ID | nlacgjiklmjjejlgoclnjhndjaiempdo |
Официальный URL | https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo |
Описание | Redirect requests to google.com/url directly |
Размер файла | 6.85 KB |
Количество установок | 1,281 |
Текущая Версия | 1 |
Последнее Обновление | 2015-03-15 |
Дата публикации | 2015-03-14 |
Рейтинг | 4.30/5 Всего 20 оценок |
Разработчик | graeme phillips |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://github.com/graemephi/imgur-uploader/wiki |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redirect Google Redirects", "description": "Redirect requests to google.com\/url directly", "author": "graeme phillips", "version": "1", "icons": { "128": "icon.png" }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.google.com\/url*" ], "background": { "scripts": [ "js\/main.js" ] } } |