Alternate Searches
Helping when a website is showing inactive
Vad är Alternate Searches?
Alternate Searches är en Chrome-tillägg utvecklad av uploadextsubmissions, och dess huvudfunktion är "Helping when a website is showing inactive".
Tilläggsskärmbilder
Ladda ner Alternate Searches-förlängningens CRX-fil
Ladda ner Alternate Searches-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lihifbinfmgicinbdneolodbhgbhagnc |
Officiell webbadress | https://chrome.google.com/webstore/detail/lihifbinfmgicinbdneolodbhgbhagnc |
Beskrivning | Helping when a website is showing inactive |
Filstorlek | 8.58 KB |
Antal Installationer | 18,284 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-04-21 |
Publiceringsdatum | 2022-04-21 |
Betyg | 2.00/5 Totalt 2 Betyg |
Utvecklare | uploadextsubmissions |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://alternatesearches.com |
Stödda Språk | 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:\/\/*\/*" ] } |