Stop Russian Propaganda

Warns about twitter accounts that distribute Russian propaganda

Qu'est-ce que Stop Russian Propaganda ?

Stop Russian Propaganda est une extension Chrome développée par Unknown, et sa fonction principale est "Warns about twitter accounts that distribute Russian propaganda".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Stop Russian Propaganda

Téléchargez les fichiers d'extension Stop Russian Propaganda au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The program warns the user if the author of the displayed information was previously registered as having published disinformation or Russian propaganda and now tries to deceive you most likely.                    

Informations de Base sur l'Extension

Nom Stop Russian Propaganda Stop Russian Propaganda
ID clgoeegnefjoblpbcimblnddgakkhpfb
URL Officiel https://chromewebstore.google.com/detail/stop-russian-propaganda/clgoeegnefjoblpbcimblnddgakkhpfb
Description Warns about twitter accounts that distribute Russian propaganda
Taille du Fichier 484 KB
Nombre d'Installations 360
Version Actuelle 0.10.5
Dernière Mise à Jour 2019-10-06
Date de Publication 2019-10-06
Évaluation 4.14/5 Total 14 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://web.archive.org/web/20180913073710/https://swissukraine.org/google-chrome-app/
URL de la Page d'Aide https://spark.adobe.com/page/DbLl8ENG9dmjt/
Langues Prises en Charge de,en,fr,nl,es,it,pl,fi,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "0.10.5",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "49": "icons\/icon49.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "uk",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "__MSG_extDefaultTitle__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "js\/lib\/jquery.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/lib\/jquery.min.js",
                "js\/lib\/jalc.min.js",
                "js\/lib\/mark.min.js",
                "js\/content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "manifest_version": 2
}