Yahoo雅虎香港首頁
打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面.
什么是Yahoo雅虎香港首頁?
Yahoo雅虎香港首頁是由ypartnerpublisher-6开发的Chrome扩展程序,该扩展的主要功能是“打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面.”。
扩展截图
下载Yahoo雅虎香港首頁扩展crx文件
下载Yahoo雅虎香港首頁扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
即睇最新頭條,重大新聞!安裝此擴充功能之後,將「Yahoo!」設定為您的首頁。 在 Yahoo! 首頁,您可以一覽即時重要社會新聞、國際新知、娛樂消息、生活資訊;而使用其他Yahoo! 服務也變得更容易,如:Yahoo! 新聞、Yahoo! 財經、Yahoo! 搜尋、Yahoo! Mail等等,探索您感興趣的事物。 您更可以加入 Yahoo! 會員計劃,天天累積點數,免費兌換禮物、美食、優惠券,著數多多! 安裝此擴充功能之後,並在 Chrome 瀏覽器打開新分頁,您將看到「是否要變更這個頁面嗎?」請按下【保留】,盡享 Yahoo! 帶給你的優質服務。
扩展基本信息
名称 | Yahoo雅虎香港首頁 |
ID | jnonffcmmbiocalflodeefdjpinijmde |
官方URL | https://chromewebstore.google.com/detail/yahoo%E9%9B%85%E8%99%8E%E9%A6%99%E6%B8%AF%E9%A6%96%E9%A0%81/jnonffcmmbiocalflodeefdjpinijmde |
简介 | 打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面. |
文件大小 | 849 KB |
安装次数 | 10,000 |
当前版本 | 3.0.6 |
更新时间 | 2023-07-04 |
上架时间 | 2021-07-28 |
开发者 | ypartnerpublisher-6 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://legal.yahoo.com/us/en/yahoo/privacy/index.html |
支持的语言 | 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": "zh_TW", "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\/*" ] } ] } |