NewsHomePage

Get the best news in your homepage with our extension!

Τι είναι το NewsHomePage;

Το NewsHomePage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://news-homepage.com, και η κύρια λειτουργία του είναι "Get the best news in your homepage with our extension!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης NewsHomePage

Λήψη αρχείων επέκτασης NewsHomePage σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Get the latest world news and updates right at your homepage!
Enjoy an easy-to-use news-oriented homepage that keeps you connected and up to date with access to top news websites from all over the world right from your browser homepage.
Stay up to date with news and special updates while enjoying a rich search experience and social networks shortcuts. 
For easy access, we recommend pinning the extension to your browser toolbar.

By clicking “ADD TO CHROME”, you accept and agree to install the News Homepage Chrome Extension, set the Chrome™ New Tab to News-homepage.com, and to the Terms of Use, and Privacy Policy.  

The extension requests the following permission:
- Can read and change your data on sites: 
   https://*. News-homepage.com /* 
  
Terms of Use:  https://news-homepage.com/pages/terms.html
Privacy Policy (avaliable in developer designated field as well):  https://news-homepage.com/pages/privacy.html
About us: https://news-homepage.com/pages/about-us.html
Contact us: https://news-homepage.com/pages/contact.html
 
You may uninstall the extension at any time.
To remove our extension from Google Chrome:

1) Click on the three vertical dots icon in the upper right-hand corner of your Chrome browser.
2) Go to "Settings.”
3) In the left menu that appears, click on "Extensions.”
4) From the list of installed Extensions, locate the extension you would like to uninstall.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NewsHomePage NewsHomePage
ID elkhnmmpghphbaeejgkkoomojoehcpck
Επίσημο URL https://chromewebstore.google.com/detail/newshomepage/elkhnmmpghphbaeejgkkoomojoehcpck
Περιγραφή Get the best news in your homepage with our extension!
Μέγεθος Αρχείου 547 KB
Αριθμός Εγκαταστάσεων 113,709
Τρέχουσα Έκδοση 5.3
Τελευταία Ενημέρωση 2022-09-13
Ημερομηνία Δημοσίευσης 2021-11-30
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://news-homepage.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://news-homepage.com
Διεύθυνση URL της Σελίδας Βοήθειας https://news-homepage.com/pages/contact.html
URL της Σελίδας Πολιτικής Απορρήτου https://news-homepage.com/pages/privacy.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "NewsHomePage Search Extension"
    },
    "description": "Get the best news in your homepage with our extension!",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png"
    },
    "manifest_version": 3,
    "name": "NewsHomePage",
    "version": "5.3",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.news-homepage.com\/*"
    ]
}