Down Redirect
website down redirect to a new one
Vad är Down Redirect?
Down Redirect är en Chrome-tillägg utvecklad av uploadextsubmissions, och dess huvudfunktion är "website down redirect to a new one".
Tilläggsskärmbilder
Ladda ner Down Redirect-förlängningens CRX-fil
Ladda ner Down Redirect-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
When the site is down we help you get to active working websites that are available. Grundläggande Information om Tillägg
| Namn | |
| ID | ghfnbceefacfamdjbkddabkmdapjhlem |
| Officiell webbadress | https://chromewebstore.google.com/detail/down-redirect/ghfnbceefacfamdjbkddabkmdapjhlem |
| Beskrivning | website down redirect to a new one |
| Filstorlek | 15.7 KB |
| Antal Installationer | 10,000 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2022-04-21 |
| Publiceringsdatum | 2022-04-19 |
| Betyg | 2.25/5 Totalt 8 Betyg |
| Utvecklare | uploadextsubmissions |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://downredirect.com |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "David K",
"name": "Down Redirect",
"short_name": "Down Redirect",
"homepage_url": "https:\/\/Downredirect.com",
"description": "website down redirect to a new one",
"version": "1.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"128": "logo-128.png"
},
"permissions": [
"webNavigation"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |