Yahoo Homepage

Get daily top headlines when opening your browser! This extension automatically sets Yahoo.com as your homepage and new tab page.

Τι είναι το Yahoo Homepage;

Το Yahoo Homepage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://yahoo.com, και η κύρια λειτουργία του είναι "Get daily top headlines when opening your browser! This extension automatically sets Yahoo.com as your homepage and new tab page.".

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

screenshot
screenshot
screenshot

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

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

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

                        Stay on top of everything you love with the Yahoo Homepage Extension.

Discover breaking news, videos, events and more when you install this extension to make Yahoo.com your default homepage in every new browser window and tab you open.
Install the free extension now to customize your browser with Yahoo!

Features:
- Get quick access to the latest trending news, videos and events on Yahoo.com
- Stay up-to-date with a special feed of popular stories from Yahoo Sports and Yahoo Finance
- Search the internet directly from Yahoo.com

Also, an easy to use Yahoo icon will be placed on your toolbar for access to Yahoo.com

*This extension automatically sets Yahoo.com as your homepage and new tab page. It also installs a Yahoo icon on your toolbar*                    

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

Όνομα Yahoo Homepage Yahoo Homepage
ID jdanfkhnfpagoijgfmklhgakdicpnfil
Επίσημο URL https://chromewebstore.google.com/detail/yahoo-homepage/jdanfkhnfpagoijgfmklhgakdicpnfil
Περιγραφή Get daily top headlines when opening your browser! This extension automatically sets Yahoo.com as your homepage and new tab page.
Μέγεθος Αρχείου 850 KB
Αριθμός Εγκαταστάσεων 584,286
Τρέχουσα Έκδοση 3.0.6
Τελευταία Ενημέρωση 2023-07-04
Ημερομηνία Δημοσίευσης 2020-08-26
Αξιολόγηση 3.85/5 Συνολικά 60 Αξιολογήσεις
Προγραμματιστής https://yahoo.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://legal.yahoo.com/us/en/yahoo/privacy/index.html
Υποστηριζόμενες Γλώσσες en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "ui\/homepage.html"
    },
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_homepage_chrome_extension_name__",
    "description": "__MSG_homepage_chrome_extension_description__",
    "version": "3.0.6",
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "alarms",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/*.yahoo.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "64": "icons\/icon-64.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.yahoo.com\/*",
                "*:\/\/us.yahoo.com\/*"
            ],
            "js": [
                "components\/front\/index.js",
                "ui\/notifyPresence.js"
            ],
            "css": [
                "components\/front\/index.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "components\/front\/open-cta@3x.*.png",
                "components\/front\/open-cta-hover@3x.*.png",
                "components\/front\/close@3x.*.png",
                "components\/front\/close-over@3x.*.png",
                "components\/front\/yahoo-icon@3x.*.png",
                "components\/front\/mlb.*.png",
                "components\/front\/nfl.*.png",
                "components\/front\/nhl.*.png",
                "components\/front\/nba.*.png"
            ],
            "matches": [
                "*:\/\/www.yahoo.com\/*",
                "*:\/\/us.yahoo.com\/*"
            ]
        }
    ]
}