Alternate Searches

website is down find out why and look for a new one that is active

什麼是Alternate Searches?

Alternate Searches是由nickh178956開發的Chrome擴展程式,該擴展的主要功能是“website is down find out why and look for a new one that is active”。

擴展截圖

screenshot
screenshot

下載Alternate Searches擴展crx文件

下載Alternate Searches擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Gives user the ability to find out why a site is down and also gives them an option to look for a new site.                    

擴展基本資訊

名稱 Alternate Searches Alternate Searches
ID ldceabodonpmfeamhdkehopkddikpikb
官方網址 https://chrome.google.com/webstore/detail/alternate-searches/ldceabodonpmfeamhdkehopkddikpikb
簡介 website is down find out why and look for a new one that is active
檔案大小 10.46 KB
安裝次數 20,000
目前版本 1.0
更新時間 2022-05-31
上架時間 2022-05-31
評分 3.86/5 共 7 次評分
開發者 nickh178956
電子郵箱 [email protected]
付費類型 free
擴展官網 https://alternate-searches.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Nick H",
    "name": "Alternate Searches",
    "short_name": "Alternate-Searches",
    "homepage_url": "https:\/\/alternate-searches.com",
    "description": "website is down find out why and look for a new one that is active",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webRequest",
        "webNavigation",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}