Bypass Google Redirect Notice

Get rid of Google's annoying redirect notice!

Co je Bypass Google Redirect Notice?

Bypass Google Redirect Notice je rozšíření Chrome vyvinuté https://mohsenmb.com, a jeho hlavní funkcí je „Get rid of Google's annoying redirect notice!“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Bypass Google Redirect Notice

Stáhněte si soubory rozšíření Bypass Google Redirect Notice ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension continues to the target URL without waiting on Google's redirect notice page.                    

Základní Informace o Rozšíření

Název Bypass Google Redirect Notice Bypass Google Redirect Notice
ID cebdpiiapajkceonikbjoikdchpnbdid
Oficiální URL https://chromewebstore.google.com/detail/bypass-google-redirect-no/cebdpiiapajkceonikbjoikdchpnbdid
Popis Get rid of Google's annoying redirect notice!
Velikost souboru 8.9 KB
Počet instalací 114
Aktuální Verze 1.0.3
Poslední Aktualizace 2023-10-14
Datum Vydání 2022-05-23
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář https://mohsenmb.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}