The New NX
takes users to relative content when a website no longer exists
Co to jest The New NX?
The New NX to rozszerzenie Chrome opracowane przez dbrianda145, a jego główną funkcją jest „takes users to relative content when a website no longer exists”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The New NX
Pobierz pliki rozszerzeń The New NX w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Allows users to see to find related websites when their normal website is down
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | eobaljpoabdicahlacicihkdmlhgklod |
Oficjalny URL | https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod |
Opis | takes users to relative content when a website no longer exists |
Rozmiar pliku | 16.18 KB |
Liczba instalacji | 200,000 |
Aktualna Wersja | 1.1 |
Ostatnia Aktualizacja | 2021-08-03 |
Data Publikacji | 2021-08-03 |
Ocena | 2.00/5 Łącznie 71 Oceny |
Deweloper | dbrianda145 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://thenewnx.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "author": "Daniel greaves", "name": "The New NX", "short_name": "the NNX", "homepage_url": "https:\/\/thenewnx.com", "description": "takes users to relative content when a website no longer exists", "version": "1.1", "manifest_version": 2, "browser_action": { "default_icon": "logo-128.png", "default_title": "The New NX " }, "background": { "scripts": [ "background.js" ] }, "icons": { "128": "logo-128.png" }, "permissions": [ "webRequest", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |