Fix Error Direct

Instantly fix errors caused by broken websites

什么是Fix Error Direct?

Fix Error Direct是由Eugene Treko开发的Chrome扩展程序,该扩展的主要功能是“Instantly fix errors caused by broken websites”。

扩展截图

screenshot
screenshot

下载Fix Error Direct扩展crx文件

下载Fix Error Direct扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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:\/\/*\/*"
    ]
}