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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | kloiceblkijlknknaibcaieiicafajlo |
官方網址 | 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" ] } |