RT en Français
Trouvez ce que les médias populaires cachent
Wat is RT en Français?
RT en Français is een Chrome-extensie ontwikkeld door http://rt.com, en de belangrijkste functie is "Trouvez ce que les médias populaires cachent".
Extensie Screenshots
Download het CRX-bestand van de extensie RT en Français
Download RT en Français-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | cbhfnngmnophinhnggknkmfjapkpppae |
Officiële URL | https://chrome.google.com/webstore/detail/rt-en-fran%C3%A7ais/cbhfnngmnophinhnggknkmfjapkpppae |
Beschrijving | Trouvez ce que les médias populaires cachent |
Bestandsgrootte | 84.71 KB |
Aantal Installaties | 5,000 |
Huidige Versie | 0.6 |
Laatst Bijgewerkt | 2020-05-28 |
Publicatiedatum | 2020-05-28 |
Beoordeling | 4.00/5 Totaal 35 Beoordelingen |
Ontwikkelaar | http://rt.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://francais.rt.com/ |
Help Pagina-URL | https://francais.rt.com/contact |
Ondersteunde Talen | 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" ] } |