Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" ] } }