Bypass Google Redirect Notice

Get rid of Google's annoying redirect notice!

Bypass Google Redirect Notice क्या है?

Bypass Google Redirect Notice https://mohsenmb.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get rid of Google's annoying redirect notice!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bypass Google Redirect Notice एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}