Remove Google Redirection
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
¿Qué es Remove Google Redirection?
Remove Google Redirection es una extensión de Chrome desarrollada por https://kodango.com, y su función principal es "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Remove Google Redirection
Descarga archivos de extensión Remove Google Redirection en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page. If you would like to support me for my developing, you can donate me by clicking the donate button in my home page: http://kodango.com/about#i_4
Información Básica de la Extensión
Nombre | Remove Google Redirection |
ID | dnhjklgpiifbofihffldllbcopkinlod |
URL Oficial | https://chromewebstore.google.com/detail/remove-google-redirection/dnhjklgpiifbofihffldllbcopkinlod |
Descripción | Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page |
Tamaño del Archivo | 16.58 KB |
Cantidad de Instalaciones | 9,617 |
Versión Actual | 1.1.1 |
Última Actualización | 2017-11-17 |
Fecha de Publicación | 2017-11-17 |
Calificación | 3.29/5 Total de 160 Calificaciones |
Desarrollador | https://kodango.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://kodango.com/remove-google-redirection |
URL de la Página de Ayuda | https://github.com/dangoakachan/Remove-Google-Redirection/issues |
Idiomas Soportados | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "__MSG_ext_name__", "version": "1.1.1", "manifest_version": 2, "description": "__MSG_ext_desc__", "author": "kodango", "developer": { "name": "kodango", "url": "http:\/\/kodango.com" }, "homepage_url": "https:\/\/github.com\/dangoakachan\/Remove-Google-Redirection", "content_scripts": [ { "all_frames": true, "js": [ "\/remove-google-redirection.user.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "include_globs": [ "http?:\/\/www.google.*\/", "http?:\/\/www.google.*\/#hl=*", "http?:\/\/www.google.*\/search*", "http?:\/\/www.google.*\/webhp?hl=*", "https:\/\/encrypted.google.*\/", "https:\/\/encrypted.google.*\/#hl=*", "https:\/\/encrypted.gogole.*\/search*", "https:\/\/encrypted.google.*\/webhp?hl=*", "http?:\/\/ipv6.google.com\/", "http?:\/\/ipv6.google.com\/search*" ], "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" }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |