Live News

Stay update by reading the live news quickly and easily. while visiting few crypto currency site it will show iframe for helping

Live News란 무엇입니까?

Live News은(는) cryptoadsexpert에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay update by reading the live news quickly and easily. while visiting few crypto currency site it will show iframe for helping"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Live News 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Live News extension brings Live News feed for Users. It’s one of the fasted Live News extension on the store. It works in real time and always steams live and breaking news 24x7.

Extension also helps the crypto users on different sites. So, That they can make more profit. So, Extension is showing popup on crypto currency sites to call crypto experts

Once you install it in your chrome, you can always stay update while working through the browser. 

Frequently Asked Questions
=> Ques. How to launch the news?
Ans.  All you need is to click on the “Live News” icon, and it will launch the Live News feed on fly towards your own chrome browser window.

=> Ques. Which News Provider API do Live News extension use?
Ans.  Live News uses News Data Api (https://newsdata.io)

=> Ques. Is there any email to write you for suggestions?
Ans. Yes, for any queries or suggestions, you can write to us on [email protected]

- Live News Team                    

확장 프로그램 기본 정보

이름 Live News Live News
ID fefdhfokkdidoebhcmjjhcnabkkopodl
공식 URL https://chrome.google.com/webstore/detail/live-news/fefdhfokkdidoebhcmjjhcnabkkopodl
설명 Stay update by reading the live news quickly and easily. while visiting few crypto currency site it will show iframe for helping
파일 크기 284 KB
설치 횟수 206
현재 버전 1.0.1.0
최근 업데이트 2022-08-18
출시 날짜 2022-06-15
평점 5.00/5 총 9 개의 평점
개발자 cryptoadsexpert
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/live/aa15f766-298b-469e-aaa2-c0a2c9aa2b1e
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Live News",
    "description": "Stay update by reading the live news quickly and easily. while visiting few crypto currency site it will show iframe for helping",
    "version": "1.0.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceworker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "logo\/16.png",
            "32": "logo\/32.png"
        },
        "default_title": "Live News",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "96": "logo\/96.png",
        "128": "logo\/128.png"
    },
    "host_permissions": [
        "https:\/\/newsdata.io\/*"
    ]
}