WebExtension.net
WebExtension.net

New Tab by Yahoo

View on Chrome Web Store
View New Tab by Yahoo Chrome Extension on Chrome Web Store
4.1 (14 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension customizes your new tab page with beautiful photos with access to your top sites
Type
Extension
Users
10,000 users
Website yahoo.com
ypartnerpublisher-6
View author page of ypartnerpublisher-6
Published
Published on July 2, 2020
Version 3.0.7
Manifest version
3
Updated
Updated on October 3, 2024
View on Chrome Web Store
View New Tab by Yahoo Chrome Extension on Chrome Web Store
productivity/workflow
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 3,
    "name": "__MSG_newtab_chrome_extension_name__",
    "description": "__MSG_newtab_chrome_extension_description__",
    "version": "3.0.7",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs",
        "topSites",
        "cookies",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.yahoo.com\/"
    ],
    "icons": {
        "128": "icons\/Y_NT128.png"
    },
    "action": {
        "default_icon": {
            "64": "icons\/Y_NT64.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.yahoo.com\/*"
            ],
            "js": [
                "notifyPresence.js"
            ],
            "all_frames": true
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top