RT en Français
Trouvez ce que les médias populaires cachent
RT en Françaisとは何ですか?
RT en Françaisはhttp://rt.comによって開発されたChromeの拡張機能で、その主な機能は「Trouvez ce que les médias populaires cachent」です。
拡張機能のスクリーンショット
RT en Français拡張機能のCRXファイルをダウンロード
RT en Français拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
RT est une chaîne de télévision d’information continue qui diffuse en français et propose un point de vue alternatif sur l’actualité internationale. 拡張機能の基本情報
| 名前 | |
| ID | cbhfnngmnophinhnggknkmfjapkpppae |
| 公式URL | https://chrome.google.com/webstore/detail/rt-en-fran%C3%A7ais/cbhfnngmnophinhnggknkmfjapkpppae |
| 説明 | Trouvez ce que les médias populaires cachent |
| ファイルサイズ | 84.71 KB |
| インストール数 | 5,000 |
| 現在のバージョン | 0.6 |
| 最終更新日 | 2020-05-28 |
| 公開日 | 2020-05-28 |
| 評価 | 4.00/5 合計 35 レビュー |
| 開発者 | http://rt.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://francais.rt.com/ |
| ヘルプページのURL | https://francais.rt.com/contact |
| 対応言語 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RT en Fran\u00e7ais",
"version": "0.6",
"manifest_version": 2,
"description": "Trouvez ce que les m\u00e9dias populaires cachent",
"icons": {
"48": "images\/rt_logo_48x48.png",
"128": "images\/rt_logo_128x128.png"
},
"permissions": [
"https:\/\/francais.rt.com\/*"
],
"browser_action": {
"default_title": "RT en Fran\u00e7ais",
"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"
]
} | |