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