24InfoNews - News from 26 Categories
Get the latest news from 24infonews.live every time you open a new tab.
24InfoNews - News from 26 Categories란 무엇입니까?
24InfoNews - News from 26 Categories은(는) https://24infonews.live에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get the latest news from 24infonews.live every time you open a new tab."입니다.
확장 프로그램 스크린샷
24InfoNews - News from 26 Categories 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Our extension provides news results from 26 categories in 10 languages in popup windows based on the settings on options page which opens in new tab. By clicking "Add to chrome", I accept and agree to installing the 24infonews.live Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab also includes news tiles that leads to website's SERP. Terms & Conditions: https://24infonews.live/terms-conditions
확장 프로그램 기본 정보
이름 | |
ID | nmnjalhoaekaaheikmolmehnephinmml |
공식 URL | https://chrome.google.com/webstore/detail/24infonews-news-from-26-c/nmnjalhoaekaaheikmolmehnephinmml |
설명 | Get the latest news from 24infonews.live every time you open a new tab. |
파일 크기 | 22.8 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.1.9 |
최근 업데이트 | 2022-09-08 |
출시 날짜 | 2020-06-22 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://24infonews.live |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://24infonews.live |
도움말 페이지 URL | https://24infonews.live/contact |
개인정보 보호 정책 페이지 URL | https://24infonews.live/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "24InfoNews - News from 26 Categories", "author": "ExAdChange LTD", "version": "1.1.9", "description": "Get the latest news from 24infonews.live every time you open a new tab.", "chrome_settings_overrides": { "search_provider": { "name": "24infonews.live", "keyword": "keyword.24infonews.live", "search_url": "https:\/\/24infonews.live\/trk\/t.php?q={searchTerms}&channel=24InfoNews", "favicon_url": "https:\/\/24infonews.live\/favicon.ico", "suggest_url": "https:\/\/24infonews.live\/suggest?q={searchTerms}", "instant_url": "https:\/\/24infonews.live\/instant?q={searchTerms}", "image_url": "https:\/\/24infonews.live\/image?q={searchTerms}", "search_url_post_params": "search_lang=24infonews.live", "suggest_url_post_params": "suggest_lang=24infonews.live", "instant_url_post_params": "instant_lang=24infonews.live", "image_url_post_params": "image_lang=24infonews.live", "alternate_urls": [ "https:\/\/24infonews.live\/s?q={searchTerms}", "https:\/\/24infonews.live\/s?q={searchTerms}" ], "encoding": "UTF-8", "is_default": true } }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |