Remove Google Redirection
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
Что такое Remove Google Redirection?
Remove Google Redirection - это расширение Chrome, разработанное Ninh Pham, и его основная функция - "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page".
Скачать файл CRX расширения Remove Google Redirection
Скачайте файлы расширений Remove Google Redirection в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It now only requires access to https://www.google.com.vn only. Forked from https://github.com/dangoakachan/Remove-Google-Redirection.
Основная информация о расширении
Название | Remove Google Redirection |
ID | efjogckeagaidmhekgdfgdlaihpondbp |
Официальный URL | https://chromewebstore.google.com/detail/remove-google-redirection/efjogckeagaidmhekgdfgdlaihpondbp |
Описание | Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page |
Размер файла | 16.79 KB |
Количество установок | 16 |
Текущая Версия | 1.1.2 |
Последнее Обновление | 2018-04-14 |
Дата публикации | 2018-04-14 |
Разработчик | Ninh Pham |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://ninh.js.org |
Поддерживаемые языки | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_ext_name__", "version": "1.1.2", "manifest_version": 2, "description": "__MSG_ext_desc__", "author": "kodango", "content_scripts": [ { "all_frames": true, "js": [ "\/remove-google-redirection.user.js" ], "matches": [ "https:\/\/www.google.com.vn\/*" ], "run_at": "document_end" } ], "icons": { "16": "\/img\/icon-16.png", "32": "\/img\/icon-32.png", "48": "\/img\/icon-48.png", "64": "\/img\/icon-64.png", "128": "\/img\/icon-128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |