Alternate Searches

Helping when a website is showing inactive

Alternate Searchesとは何ですか?

Alternate Searchesはuploadextsubmissionsによって開発されたChromeの拡張機能で、その主な機能は「Helping when a website is showing inactive」です。

拡張機能のスクリーンショット

screenshot
screenshot

Alternate Searches拡張機能のCRXファイルをダウンロード

Alternate Searches拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        User goes to a website and the site shows down or no longer available. Help to assist them in finding active websites that are live.                    

拡張機能の基本情報

名前 Alternate Searches Alternate Searches
ID lihifbinfmgicinbdneolodbhgbhagnc
公式URL https://chrome.google.com/webstore/detail/lihifbinfmgicinbdneolodbhgbhagnc
説明 Helping when a website is showing inactive
ファイルサイズ 8.58 KB
インストール数 18,284
現在のバージョン 1.0
最終更新日 2022-04-21
公開日 2022-04-21
評価 2.00/5 合計 2 レビュー
開発者 uploadextsubmissions
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://alternatesearches.com
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "kyle g",
    "name": "Alternate Searches",
    "short_name": "alternate searches",
    "homepage_url": "https:\/\/alternatesearches.com",
    "description": "Helping when a website is showing inactive",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "logo-128.png"
    },
    "permissions": [
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}