Your Best World News Extension
This extension helps you simply read the best world news.
Τι είναι το Your Best World News Extension;
Το Your Best World News Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://best-news-world.com, και η κύρια λειτουργία του είναι "This extension helps you simply read the best world news.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Your Best World News Extension
Λήψη αρχείων επέκτασης Your Best World News Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
With our extension, enjoy news updates from the world! By adding to chrome, you accept and agree to install our extension, set the Chrome New Tab and to the terms of use, and privacy policy. The new tab .search features within the extension will be powered by Bing https://best-news-world.com/pages/privacy-policy.html https://best-news-world.com/pages/terms-of-use.html
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mhcadccilnnadcbjbdmabngbpcignljd |
Επίσημο URL | https://chromewebstore.google.com/detail/your-best-world-news-exte/mhcadccilnnadcbjbdmabngbpcignljd |
Περιγραφή | This extension helps you simply read the best world news. |
Μέγεθος Αρχείου | 259 KB |
Αριθμός Εγκαταστάσεων | 113,244 |
Τρέχουσα Έκδοση | 1 |
Τελευταία Ενημέρωση | 2022-05-26 |
Ημερομηνία Δημοσίευσης | 2022-05-26 |
Αξιολόγηση | 1.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://best-news-world.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://best-news-world.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://best-news-world.com/pages/contact.html |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/news-128.png", "default_title": "Your Best World News Extension" }, "description": "This extension helps you simply read the best world news.", "icons": { "128": "icons\/news-128.png", "16": "icons\/news-16.png", "32": "icons\/news-32.png" }, "manifest_version": 3, "name": "Your Best World News Extension", "version": "1", "web_accessible_resources": [ { "resources": [ "icons\/*.svg", "icons\/*.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.best-news-world.com\/*" ] } |