Skip Google Redirect

Skips the Google redirect pages and takes you straight there

Skip Google Redirect là gì?

Skip Google Redirect là một tiện ích mở rộng Chrome được phát triển bởi robert, và tính năng chính của nó là "Skips the Google redirect pages and takes you straight there".

Tải xuống tệp CRX của tiện ích mở rộng Skip Google Redirect

Tải xuống các tệp mở rộng Skip Google Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Skip Google Redirect Skip Google Redirect
ID eadldncondnnbbdgfncjoheallemkcjb
URL Chính Thức https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb
Mô tả Skips the Google redirect pages and takes you straight there
Kích Thước Tệp 3.39 KB
Số Lần Cài Đặt 102
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2016-12-03
Ngày Phát Hành 2016-12-03
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển robert
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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*"
    ]
}