The Best News Extension
This extension helps you simply read the world news.
什麼是The Best News Extension?
The Best News Extension是由https://newsbuzzzer.com開發的Chrome擴展程式,該擴展的主要功能是“This extension helps you simply read the world news.”。
擴展截圖
下載The Best News Extension擴展crx文件
下載The Best News Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get news and updates all over the world right at your homepage! By clicking “Add To Chrome”, you accept and agree to install our News Extension, set the Chrome™ New Tab - newsbuzzzer.com, and to the Terms of Use, and Privacy Policy. The New Tab Search features within the extension will be powered by Microsoft Bing http://newsbuzzzer.com/pages/terms-of-use.html https://newsbuzzzer.com/pages/privacy-policy.html https://newsbuzzzer.com/pages/about-us.html https://newsbuzzzer.com/pages/contact.html
擴展基本資訊
名稱 | The Best News Extension |
ID | bodhfgccecdbobfmnjhlokhlohihpjhi |
官方網址 | https://chromewebstore.google.com/detail/the-best-news-extension/bodhfgccecdbobfmnjhlokhlohihpjhi |
簡介 | This extension helps you simply read the world news. |
檔案大小 | 145 KB |
安裝次數 | 113,335 |
目前版本 | 1.2 |
更新時間 | 2022-06-02 |
上架時間 | 2022-04-13 |
開發者 | https://newsbuzzzer.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://newsbuzzzer.com/ |
說明頁面URL | https://newsbuzzzer.com/pages/contact.html |
隱私政策頁面URL | https://newsbuzzzer.com/pages/privacy-policy.html |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": "icons\/128.png", "default_title": "The Best News Extension" }, "description": "This extension helps you simply read the world news.", "icons": { "128": "icons\/128.png", "16": "icons\/16.png", "48": "icons\/48.png" }, "manifest_version": 3, "name": "The Best News Extension", "version": "1.2", "web_accessible_resources": [ { "resources": [ "icons\/*.svg" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "host_permissions": [ "*:\/\/*.newsbuzzzer.com\/*" ] } |