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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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\/*" ] } |