Fix Error Direct

Instantly fix errors caused by broken websites

Fix Error Direct क्या है?

Fix Error Direct Eugene Treko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly fix errors caused by broken websites"।

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

screenshot
screenshot

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

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

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

                        When you visit a website that that is broken or stopped working you typically see nothing but an error page. Our tool is built to fix this error. It allows you to easily get back to normal browsing from broken websites. If the site you've opened doesn't work anymore you'll land on a search page where you'll can submit a query or get suggestions to visit right away.                    

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

नाम Fix Error Direct Fix Error Direct
ID ifjkhdhdmhphkcmobpkcnnanpckcdgoj
आधिकारिक URL https://chrome.google.com/webstore/detail/fix-error-direct/ifjkhdhdmhphkcmobpkcnnanpckcdgoj
विवरण Instantly fix errors caused by broken websites
फ़ाइल का आकार 13.06 KB
स्थापना संख्या 20,000
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-06-15
प्रकाशन तिथि 2022-05-17
रेटिंग 1.00/5 कुल 2 रेटिंग्स
डेवलपर Eugene Treko
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fixerrordirect.com/
सहायता पृष्ठ URL https://fixerrordirect.com/?a=privacy
गोपनीयता नीति पृष्ठ URL https://newpagefinder.com?a=privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Marek M",
    "name": "Fix Error Direct",
    "short_name": "Fix Error Direct",
    "homepage_url": "https:\/\/fixerrordirect.com\/",
    "description": "Instantly fix errors caused by broken websites",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}