RT en Français

Trouvez ce que les médias populaires cachent

ما هو RT en Français؟

RT en Français هو إضافة Chrome تم تطويرها بواسطة http://rt.com، والميزة الرئيسية لها هي "Trouvez ce que les médias populaires cachent".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة RT en Français

قم بتنزيل ملفات الامتداد RT en Français بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    ]
}