Skip Google Redirect

Skips the Google redirect pages and takes you straight there

什麼是Skip Google Redirect?

Skip Google Redirect是由robert開發的Chrome擴展程式,該擴展的主要功能是“Skips the Google redirect pages and takes you straight there”。

下載Skip Google Redirect擴展crx文件

下載Skip Google Redirect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Skips the Google redirect pages (https://www.google.com/url*) and just takes you directly to the web page. This is often useful because that Google redirect page not only tracks you but is often slow causing your web surfing to be slow. No more!                    

擴展基本資訊

名稱 Skip Google Redirect Skip Google Redirect
ID eadldncondnnbbdgfncjoheallemkcjb
官方網址 https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb
簡介 Skips the Google redirect pages and takes you straight there
檔案大小 3.39 KB
安裝次數 102
目前版本 1.0.0
更新時間 2016-12-03
上架時間 2016-12-03
評分 3.50/5 共 2 次評分
開發者 robert
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Skip Google Redirect",
    "manifest_version": 2,
    "version": "1.0.0",
    "description": "Skips the Google redirect pages and takes you straight there",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.google.com\/url*"
    ]
}