Bypass Google Redirect Notice

Get rid of Google's annoying redirect notice!

Apa itu Bypass Google Redirect Notice?

Bypass Google Redirect Notice adalah ekstensi Chrome yang dikembangkan oleh https://mohsenmb.com, dan fitur utamanya adalah "Get rid of Google's annoying redirect notice!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Bypass Google Redirect Notice

Unduh file ekstensi Bypass Google Redirect Notice 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 continues to the target URL without waiting on Google's redirect notice page.                    

Informasi Dasar Ekstensi

Nama Bypass Google Redirect Notice Bypass Google Redirect Notice
ID cebdpiiapajkceonikbjoikdchpnbdid
URL Resmi https://chromewebstore.google.com/detail/bypass-google-redirect-no/cebdpiiapajkceonikbjoikdchpnbdid
Deskripsi Get rid of Google's annoying redirect notice!
Ukuran File 8.9 KB
Jumlah Instalasi 114
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2023-10-14
Tanggal Publikasi 2022-05-23
Penilaian 3.67/5 Total 3 Penilaian
Pengembang https://mohsenmb.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bypass Google Redirect Notice",
    "description": "Get rid of Google's annoying redirect notice!",
    "version": "1.0.3",
    "manifest_version": 3,
    "permissions": [],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "24": "assets\/redirect-24.png",
        "128": "assets\/redirect-128.png"
    },
    "background": {
        "service_worker": "main.js"
    }
}