Redirect Google Redirects

Redirect requests to google.com/url directly

Redirect Google Redirects là gì?

Redirect Google Redirects là một tiện ích mở rộng Chrome được phát triển bởi graeme phillips, và tính năng chính của nó là "Redirect requests to google.com/url directly".

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

Tải xuống các tệp mở rộng Redirect Google Redirects 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

                        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.                    

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

Tên Redirect Google Redirects Redirect Google Redirects
ID nlacgjiklmjjejlgoclnjhndjaiempdo
URL Chính Thức https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo
Mô tả Redirect requests to google.com/url directly
Kích Thước Tệp 6.85 KB
Số Lần Cài Đặt 1,281
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2015-03-15
Ngày Phát Hành 2015-03-14
Đánh Giá 4.30/5 Tổng số 20 Đánh Giá
Nhà Phát Triển graeme phillips
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/graemephi/imgur-uploader/wiki
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}