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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } |