404 Redirector

Redirects 404/error pages to the website's home page

404 Redirector क्या है?

404 Redirector Justin Jacobs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Redirects 404/error pages to the website's home page"।

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

screenshot
screenshot

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

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

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

                        Are you tired of encountering 404 error pages and dead ends while browsing the web? The 404 Redirector extension is here to help!

With this extension, you'll never have to worry about getting stuck on a 404 page again. Whenever you encounter a 404 error or a URL with the word "error" in it, the extension will automatically redirect you to the homepage of the website. No more frustration or wasted time!

The 404 Redirector extension is lightweight, easy to use, and requires no setup. Simply install it, and it will work in the background to keep you on track. So why wait? Install the 404 Redirector extension now and start browsing with peace of mind!                    

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

नाम 404 Redirector 404 Redirector
ID cpibnljaodgflgemcnhoehejfoekcljn
आधिकारिक URL https://chromewebstore.google.com/detail/404-redirector/cpibnljaodgflgemcnhoehejfoekcljn
विवरण Redirects 404/error pages to the website's home page
फ़ाइल का आकार 6.06 KB
स्थापना संख्या 29
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-12-22
प्रकाशन तिथि 2022-12-21
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Justin Jacobs
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "404 Redirector",
    "description": "Redirects 404\/error pages to the website's home page",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "128.png"
    }
}