RT en Français
Trouvez ce que les médias populaires cachent
Co to jest RT en Français?
RT en Français to rozszerzenie Chrome opracowane przez http://rt.com, a jego główną funkcją jest „Trouvez ce que les médias populaires cachent”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RT en Français
Pobierz pliki rozszerzeń RT en Français w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cbhfnngmnophinhnggknkmfjapkpppae |
Oficjalny URL | https://chrome.google.com/webstore/detail/rt-en-fran%C3%A7ais/cbhfnngmnophinhnggknkmfjapkpppae |
Opis | Trouvez ce que les médias populaires cachent |
Rozmiar pliku | 84.71 KB |
Liczba instalacji | 5,000 |
Aktualna Wersja | 0.6 |
Ostatnia Aktualizacja | 2020-05-28 |
Data Publikacji | 2020-05-28 |
Ocena | 4.00/5 Łącznie 35 Oceny |
Deweloper | http://rt.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://francais.rt.com/ |
Adres URL Strony Pomocy | https://francais.rt.com/contact |
Obsługiwane Języki | 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" ] } |