RT News

Find out what the mainstream media is keeping silent about.

RT Newsคืออะไร?

RT News เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://rt.com และคุณลักษณะหลักของมันคือ "Find out what the mainstream media is keeping silent about."

ภาพหน้าจอของส่วนขยาย

screenshot

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

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

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

                        RT is a 24/7 English-language news channel. We are set to show you how any story can be another story altogether. Broadcasting over six continents and 100 countries, our coverage focuses on international headlines, giving an innovative angle set to challenge viewers worldwide.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RT News RT News
ID kloiceblkijlknknaibcaieiicafajlo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/rt-news/kloiceblkijlknknaibcaieiicafajlo
คำอธิบาย Find out what the mainstream media is keeping silent about.
ขนาดไฟล์ 84.25 KB
จำนวนการติดตั้ง 40,000
เวอร์ชันปัจจุบัน 0.12
อัปเดตครั้งล่าสุด 2020-05-28
วันที่เผยแพร่ 2020-05-28
คะแนน 4.49/5 รวมทั้งหมด 608 คะแนน
ผู้พัฒนา http://rt.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.rt.com
URL หน้าช่วยเหลือ https://www.rt.com/about-us/contact-info/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RT News",
    "version": "0.12",
    "manifest_version": 2,
    "description": "Find out what the mainstream media is keeping silent about.",
    "icons": {
        "48": "images\/rt_logo_48x48.png",
        "128": "images\/rt_logo_128x128.png"
    },
    "permissions": [
        "https:\/\/www.rt.com\/*"
    ],
    "browser_action": {
        "default_title": "RT News",
        "default_icon": {
            "19": "images\/rt_logo_19x19.png",
            "38": "images\/rt_logo_38x38.png"
        },
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/jquery-2.0.0.min.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "images\/logo.png",
        "check.html"
    ]
}