RT en Français

Trouvez ce que les médias populaires cachent

What is RT en Français?

RT en Français is a Chrome extension developed by http://rt.com, and its main feature is "Trouvez ce que les médias populaires cachent".

Extension Screenshots

screenshot

Download RT en Français Extension CRX File

Download RT en Français extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RT en Français RT en Français
ID cbhfnngmnophinhnggknkmfjapkpppae
Official URL https://chrome.google.com/webstore/detail/rt-en-fran%C3%A7ais/cbhfnngmnophinhnggknkmfjapkpppae
Description Trouvez ce que les médias populaires cachent
File Size 84.71 KB
Installation Count 5,000
Current Version 0.6
Last Updated 2020-05-28
Publish Date 2020-05-28
Rating 4.00/5 Total 35 Ratings
Developer http://rt.com
Email [email protected]
Payment Type free
Extension Website https://francais.rt.com/
Help Page URL https://francais.rt.com/contact
Supported Languages 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"
    ]
}