Web Saver
Send users to relative sites if the site they want is down.
Vad är Web Saver ?
Web Saver är en Chrome-tillägg utvecklad av bryce, och dess huvudfunktion är "Send users to relative sites if the site they want is down. ".
Tilläggsskärmbilder
Ladda ner Web Saver -förlängningens CRX-fil
Ladda ner Web Saver -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
Web saver gives you an option to to search for new websites if the site you're looking for is removed
Grundläggande Information om Tillägg
Namn | |
ID | eojnhninofbfhiganhflogegcogkijjh |
Officiell webbadress | https://chrome.google.com/webstore/detail/web-saver/eojnhninofbfhiganhflogegcogkijjh |
Beskrivning | Send users to relative sites if the site they want is down. |
Filstorlek | 16.02 KB |
Antal Installationer | 224,845 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-04-04 |
Publiceringsdatum | 2022-04-04 |
Betyg | 3.92/5 Totalt 26 Betyg |
Utvecklare | bryce |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://web-saver.com |
Hjälpsida URL | https://web-saver.com/?a=about |
URL till Sekretesspolicy Sidan | https://foreststarttabs.com?a=privacy |
Stödda Språk | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "jon S.", "name": "Web Saver ", "short_name": "Web Saver", "homepage_url": "https:\/\/web-saver.com", "description": "Send users to relative sites if the site they want is down. ", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "icons": { "128": "logo-128.png" }, "permissions": [ "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |