Skip Google Redirect

Skips the Google redirect pages and takes you straight there

Apa itu Skip Google Redirect?

Skip Google Redirect adalah ekstensi Chrome yang dikembangkan oleh robert, dan fitur utamanya adalah "Skips the Google redirect pages and takes you straight there".

Unduh Berkas CRX Ekstensi Skip Google Redirect

Unduh file ekstensi Skip Google Redirect 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

                        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!                    

Informasi Dasar Ekstensi

Nama Skip Google Redirect Skip Google Redirect
ID eadldncondnnbbdgfncjoheallemkcjb
URL Resmi https://chromewebstore.google.com/detail/skip-google-redirect/eadldncondnnbbdgfncjoheallemkcjb
Deskripsi Skips the Google redirect pages and takes you straight there
Ukuran File 3.39 KB
Jumlah Instalasi 102
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2016-12-03
Tanggal Publikasi 2016-12-03
Penilaian 3.50/5 Total 2 Penilaian
Pengembang robert
Tipe Pembayaran free
Bahasa yang Didukung 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*"
    ]
}