Alternate Searches
Helping when a website is showing inactive
什么是Alternate Searches?
Alternate Searches是由uploadextsubmissions开发的Chrome扩展程序,该扩展的主要功能是“Helping when a website is showing inactive”。
扩展截图
下载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.
扩展基本信息
名称 | |
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 |
电子邮箱 | [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:\/\/*\/*" ] } |