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”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | ldceabodonpmfeamhdkehopkddikpikb |
官方URL | 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:\/\/*\/*" ] } |