Remove Google Redirection
Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
What is Remove Google Redirection?
Remove Google Redirection is a Chrome extension developed by https://kodango.com, and its main feature is "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page".
Extension Screenshots
Download Remove Google Redirection Extension CRX File
Download Remove Google Redirection extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Remove Google Redirection |
ID | dnhjklgpiifbofihffldllbcopkinlod |
Official URL | https://chromewebstore.google.com/detail/remove-google-redirection/dnhjklgpiifbofihffldllbcopkinlod |
Description | Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page |
File Size | 16.58 KB |
Installation Count | 9,617 |
Current Version | 1.1.1 |
Last Updated | 2017-11-17 |
Publish Date | 2017-11-17 |
Rating | 3.29/5 Total 160 Ratings |
Developer | https://kodango.com |
Payment Type | free |
Extension Website | http://kodango.com/remove-google-redirection |
Help Page URL | https://github.com/dangoakachan/Remove-Google-Redirection/issues |
Supported Languages | 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'" } |