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 |
公式URL | 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 |
Eメール | [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\/*" ] } |