Yahoo雅虎香港首頁
打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面.
Cos'è Yahoo雅虎香港首頁?
Yahoo雅虎香港首頁 è un'estensione di Chrome sviluppata da ypartnerpublisher-6, e la sua funzione principale è "打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yahoo雅虎香港首頁
Scarica i file di estensione Yahoo雅虎香港首頁 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
即睇最新頭條,重大新聞!安裝此擴充功能之後,將「Yahoo!」設定為您的首頁。 在 Yahoo! 首頁,您可以一覽即時重要社會新聞、國際新知、娛樂消息、生活資訊;而使用其他Yahoo! 服務也變得更容易,如:Yahoo! 新聞、Yahoo! 財經、Yahoo! 搜尋、Yahoo! Mail等等,探索您感興趣的事物。 您更可以加入 Yahoo! 會員計劃,天天累積點數,免費兌換禮物、美食、優惠券,著數多多! 安裝此擴充功能之後,並在 Chrome 瀏覽器打開新分頁,您將看到「是否要變更這個頁面嗎?」請按下【保留】,盡享 Yahoo! 帶給你的優質服務。
Informazioni di Base sull'Estensione
Nome | Yahoo雅虎香港首頁 |
ID | jnonffcmmbiocalflodeefdjpinijmde |
URL Ufficiale | 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 |
Descrizione | 打開瀏覽器閱讀每日焦點新聞! 此附加元件會自動將 hk.yahoo.com 設定為您的首頁及新分頁預設頁面. |
Dimensione del File | 849 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 3.0.6 |
Ultimo Aggiornamento | 2023-07-04 |
Data di Pubblicazione | 2021-07-28 |
Sviluppatore | ypartnerpublisher-6 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://legal.yahoo.com/us/en/yahoo/privacy/index.html |
Lingue Supportate | 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\/*" ] } ] } |