Redirect Blocker

Redirect Blocker saves you from facing potential malicious/annoying redirects.

Redirect Blocker क्या है?

Redirect Blocker https://tyson3101.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirect Blocker saves you from facing potential malicious/annoying redirects."।

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

screenshot
screenshot

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

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

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

                        For example, when on websites like Soap2day or other similar sites, you have to fight for your life closing and avoiding redirects to get to the page wanted, but with this extension, it is easy as pie, and also a much more pleasant experience.

Disclaimer: Redirect Blocker is not affiliated with Soap2Day or any other website that hosts pirated content. The extension is intended to be used for legal purposes only. Users who use the extension for illegal purposes do so at their own risk.

NOTES:
- The extension only works on tabs/URLs that have it enabled.
- For ease, use the shortcut, alt + shift + s (or change to your own), to toggle the extension on and off.
- If a redirect is needed, switch tabs to one with the extension disabled or toggle it off and back on.
- If you face any issues, https://github.com/Tyson3101/Redirect-Blocker/issues is the best place to go.
- Hope it's helpful!                    

एक्सटेंशन की मूल जानकारी

नाम Redirect Blocker Redirect Blocker
ID egmgebeelgaakhaoodlmnimbfemfgdah
आधिकारिक URL https://chromewebstore.google.com/detail/redirect-blocker/egmgebeelgaakhaoodlmnimbfemfgdah
विवरण Redirect Blocker saves you from facing potential malicious/annoying redirects.
फ़ाइल का आकार 991 KB
स्थापना संख्या 7,191
वर्तमान संस्करण 3.0.2
अंतिम अपडेट 2023-07-04
प्रकाशन तिथि 2022-07-15
रेटिंग 3.86/5 कुल 49 रेटिंग्स
डेवलपर https://tyson3101.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Tyson3101/Redirect-Blocker
सहायता पृष्ठ URL https://github.com/Tyson3101/Redirect-Blocker/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redirect Blocker",
    "version": "3.0.2",
    "background": {
        "service_worker": ".\/dist\/background.js"
    },
    "description": "Redirect Blocker saves you from facing potential malicious\/annoying redirects.",
    "icons": {
        "16": ".\/img\/Icon16.png",
        "32": ".\/img\/Icon32.png",
        "128": ".\/img\/Icon128.png"
    },
    "action": {
        "default_icon": ".\/img\/popupIcon128.png",
        "default_popup": "\/dist\/popup\/popup.html",
        "default_title": "Redirect Blocker"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/dist\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ]
}