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
官方網址 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:\/\/*\/*"
    ]
}