Yahoo雅虎香港首頁
打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面.
Vad är Yahoo雅虎香港首頁?
Yahoo雅虎香港首頁 är en Chrome-tillägg utvecklad av ypartnerpublisher-6, och dess huvudfunktion är "打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面.".
Tilläggsskärmbilder
Ladda ner Yahoo雅虎香港首頁-förlängningens CRX-fil
Ladda ner Yahoo雅虎香港首頁-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
即睇最新頭條,重大新聞!安裝此擴充功能之後,將「Yahoo!」設定為您的首頁。 在 Yahoo! 首頁,您可以一覽即時重要社會新聞、國際新知、娛樂消息、生活資訊;而使用其他Yahoo! 服務也變得更容易,如:Yahoo! 新聞、Yahoo! 財經、Yahoo! 搜尋、Yahoo! Mail等等,探索您感興趣的事物。 您更可以加入 Yahoo! 會員計劃,天天累積點數,免費兌換禮物、美食、優惠券,著數多多! 安裝此擴充功能之後,並在 Chrome 瀏覽器打開新分頁,您將看到「是否要變更這個頁面嗎?」請按下【保留】,盡享 Yahoo! 帶給你的優質服務。
Grundläggande Information om Tillägg
Namn | Yahoo雅虎香港首頁 |
ID | jnonffcmmbiocalflodeefdjpinijmde |
Officiell webbadress | 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 |
Beskrivning | 打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面. |
Filstorlek | 849 KB |
Antal Installationer | 10,000 |
Aktuell Version | 3.0.6 |
Senast Uppdaterad | 2023-07-04 |
Publiceringsdatum | 2021-07-28 |
Utvecklare | ypartnerpublisher-6 |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://legal.yahoo.com/us/en/yahoo/privacy/index.html |
Stödda Språk | 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\/*" ] } ] } |