Yahoo雅虎香港首頁
打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面.
What is Yahoo雅虎香港首頁?
Yahoo雅虎香港首頁 is a Chrome extension developed by ypartnerpublisher-6, and its main feature is "打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面.".
Extension Screenshots
Download Yahoo雅虎香港首頁 Extension CRX File
Download Yahoo雅虎香港首頁 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
即睇最新頭條,重大新聞!安裝此擴充功能之後,將「Yahoo!」設定為您的首頁。 在 Yahoo! 首頁,您可以一覽即時重要社會新聞、國際新知、娛樂消息、生活資訊;而使用其他Yahoo! 服務也變得更容易,如:Yahoo! 新聞、Yahoo! 財經、Yahoo! 搜尋、Yahoo! Mail等等,探索您感興趣的事物。 您更可以加入 Yahoo! 會員計劃,天天累積點數,免費兌換禮物、美食、優惠券,著數多多! 安裝此擴充功能之後,並在 Chrome 瀏覽器打開新分頁,您將看到「是否要變更這個頁面嗎?」請按下【保留】,盡享 Yahoo! 帶給你的優質服務。
Extension Basic Information
Name | Yahoo雅虎香港首頁 |
ID | jnonffcmmbiocalflodeefdjpinijmde |
Official 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 |
Description | 打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面. |
File Size | 849 KB |
Installation Count | 10,000 |
Current Version | 3.0.6 |
Last Updated | 2023-07-04 |
Publish Date | 2021-07-28 |
Developer | ypartnerpublisher-6 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://legal.yahoo.com/us/en/yahoo/privacy/index.html |
Supported Languages | 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\/*" ] } ] } |