RT News

Find out what the mainstream media is keeping silent about.

RT Newsとは何ですか?

RT Newsはhttp://rt.comによって開発されたChromeの拡張機能で、その主な機能は「Find out what the mainstream media is keeping silent about.」です。

拡張機能のスクリーンショット

screenshot

RT News拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}