Redirect Google Redirects

Redirect requests to google.com/url directly

Apa itu Redirect Google Redirects?

Redirect Google Redirects adalah ekstensi Chrome yang dikembangkan oleh graeme phillips, dan fitur utamanya adalah "Redirect requests to google.com/url directly".

Unduh Berkas CRX Ekstensi Redirect Google Redirects

Unduh file ekstensi Redirect Google Redirects dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Redirect Google Redirects Redirect Google Redirects
ID nlacgjiklmjjejlgoclnjhndjaiempdo
URL Resmi https://chromewebstore.google.com/detail/redirect-google-redirects/nlacgjiklmjjejlgoclnjhndjaiempdo
Deskripsi Redirect requests to google.com/url directly
Ukuran File 6.85 KB
Jumlah Instalasi 1,281
Versi Saat Ini 1
Terakhir Diperbarui 2015-03-15
Tanggal Publikasi 2015-03-14
Penilaian 4.30/5 Total 20 Penilaian
Pengembang graeme phillips
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://github.com/graemephi/imgur-uploader/wiki
Bahasa yang Didukung 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"
        ]
    }
}