The New NX
takes users to relative content when a website no longer exists
ما هو The New NX؟
The New NX هو إضافة Chrome تم تطويرها بواسطة dbrianda145، والميزة الرئيسية لها هي "takes users to relative content when a website no longer exists".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة The New NX
قم بتنزيل ملفات الامتداد The New NX بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Allows users to see to find related websites when their normal website is down
معلومات أساسية عن التمديد
الاسم | |
ID | eobaljpoabdicahlacicihkdmlhgklod |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/the-new-nx/eobaljpoabdicahlacicihkdmlhgklod |
الوصف | takes users to relative content when a website no longer exists |
حجم الملف | 16.18 KB |
عدد التثبيتات | 200,000 |
النسخة الحالية | 1.1 |
آخر تحديث | 2021-08-03 |
تاريخ النشر | 2021-08-03 |
تقييم | 2.00/5 مجموع تقييمات 71 |
المطور | dbrianda145 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://thenewnx.com |
اللغات المدعومة | 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" } |