Redirect Google Redirects
Redirect requests to google.com/url directly
什麼是Redirect Google Redirects?
Redirect Google Redirects是由graeme phillips開發的Chrome擴展程式,該擴展的主要功能是“Redirect requests to google.com/url directly”。
下載Redirect Google Redirects擴展crx文件
下載Redirect Google Redirects擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | nlacgjiklmjjejlgoclnjhndjaiempdo |
| 官方網址 | https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo |
| 簡介 | Redirect requests to google.com/url directly |
| 檔案大小 | 6.85 KB |
| 安裝次數 | 1,281 |
| 目前版本 | 1 |
| 更新時間 | 2015-03-15 |
| 上架時間 | 2015-03-14 |
| 評分 | 4.30/5 共 20 次評分 |
| 開發者 | graeme phillips |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://github.com/graemephi/imgur-uploader/wiki |
| 支援的語言 | 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"
]
}
} | |