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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย cryptoadsexpert และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Live News

ดาวน์โหลดไฟล์ส่วนขยาย Live News ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}