The New NX
takes users to relative content when a website no longer exists
Apa itu The New NX?
The New NX adalah ekstensi Chrome yang dikembangkan oleh dbrianda145, dan fitur utamanya adalah "takes users to relative content when a website no longer exists".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The New NX
Unduh file ekstensi The New NX dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Allows users to see to find related websites when their normal website is down
Informasi Dasar Ekstensi
Nama | |
ID | eobaljpoabdicahlacicihkdmlhgklod |
URL Resmi | https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod |
Deskripsi | takes users to relative content when a website no longer exists |
Ukuran File | 16.18 KB |
Jumlah Instalasi | 200,000 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2021-08-03 |
Tanggal Publikasi | 2021-08-03 |
Penilaian | 2.00/5 Total 71 Penilaian |
Pengembang | dbrianda145 |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://thenewnx.com |
Bahasa yang Didukung | 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" } |