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"입니다.

확장 프로그램 스크린샷

screenshot

RT en Français 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 RT en Français RT en Français
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
이메일 [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"
    ]
}