Redirect Google Redirects
Redirect requests to google.com/url directly
What is Redirect Google Redirects?
Redirect Google Redirects is a Chrome extension developed by graeme phillips, and its main feature is "Redirect requests to google.com/url directly".
Download Redirect Google Redirects Extension CRX File
Download Redirect Google Redirects 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
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.
Extension Basic Information
Name | Redirect Google Redirects |
ID | nlacgjiklmjjejlgoclnjhndjaiempdo |
Official URL | https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo |
Description | Redirect requests to google.com/url directly |
File Size | 6.85 KB |
Installation Count | 1,281 |
Current Version | 1 |
Last Updated | 2015-03-15 |
Publish Date | 2015-03-14 |
Rating | 4.30/5 Total 20 Ratings |
Developer | graeme phillips |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/graemephi/imgur-uploader/wiki |
Supported Languages | 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" ] } } |