RT DE

Erfahren Sie, was die Massenmedia verschweigen.

What is RT DE?

RT DE is a Chrome extension developed by http://de.rt.com, and its main feature is "Erfahren Sie, was die Massenmedia verschweigen.".

Extension Screenshots

screenshot

Download RT DE Extension CRX File

Download RT DE 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

                        Wir zeigen und schreiben das, was sonst verschwiegen oder weggeschnitten wird. Wir sind DER FEHLENDE PART in der deutschsprachigen Medienlandschaft.                    

Extension Basic Information

Name RT DE RT DE
ID dpjilbliiioapedkcljnhibfjkmpbdbk
Official URL https://chrome.google.com/webstore/detail/rt-de/dpjilbliiioapedkcljnhibfjkmpbdbk
Description Erfahren Sie, was die Massenmedia verschweigen.
File Size 102 KB
Installation Count 3,000
Current Version 0.3
Last Updated 2021-08-10
Publish Date 2020-05-21
Rating 4.38/5 Total 29 Ratings
Developer http://de.rt.com
Email [email protected]
Payment Type free
Extension Website https://de.rt.com
Help Page URL https://de.rt.com
Supported Languages de
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RT DE",
    "version": "0.3",
    "manifest_version": 2,
    "description": "Erfahren Sie, was die Massenmedia verschweigen.",
    "icons": {
        "48": "images\/rt_logo_48x48.png",
        "128": "images\/rt_logo_128x128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/de.rt.com\/*"
    ],
    "browser_action": {
        "default_title": "RT DE",
        "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"
    ]
}