Stop Russian Propaganda

Warns about twitter accounts that distribute Russian propaganda

Cos'è Stop Russian Propaganda?

Stop Russian Propaganda è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Warns about twitter accounts that distribute Russian propaganda".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Stop Russian Propaganda

Scarica i file di estensione Stop Russian Propaganda in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Stop Russian Propaganda Stop Russian Propaganda
ID clgoeegnefjoblpbcimblnddgakkhpfb
URL Ufficiale https://chromewebstore.google.com/detail/stop-russian-propaganda/clgoeegnefjoblpbcimblnddgakkhpfb
Descrizione Warns about twitter accounts that distribute Russian propaganda
Dimensione del File 484 KB
Conteggio Installazioni 360
Versione Corrente 0.10.5
Ultimo Aggiornamento 2019-10-06
Data di Pubblicazione 2019-10-06
Valutazione 4.14/5 Totale 14 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://web.archive.org/web/20180913073710/https://swissukraine.org/google-chrome-app/
URL della Pagina di Aiuto https://spark.adobe.com/page/DbLl8ENG9dmjt/
Lingue Supportate 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
}