Bypass Google Redirect Notice

Get rid of Google's annoying redirect notice!

Τι είναι το Bypass Google Redirect Notice;

Το Bypass Google Redirect Notice είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mohsenmb.com, και η κύρια λειτουργία του είναι "Get rid of Google's annoying redirect notice!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Bypass Google Redirect Notice

Λήψη αρχείων επέκτασης Bypass Google Redirect Notice σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Bypass Google Redirect Notice Bypass Google Redirect Notice
ID cebdpiiapajkceonikbjoikdchpnbdid
Επίσημο URL https://chromewebstore.google.com/detail/bypass-google-redirect-no/cebdpiiapajkceonikbjoikdchpnbdid
Περιγραφή Get rid of Google's annoying redirect notice!
Μέγεθος Αρχείου 8.9 KB
Αριθμός Εγκαταστάσεων 114
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2023-10-14
Ημερομηνία Δημοσίευσης 2022-05-23
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://mohsenmb.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}