Far right autocorrect

Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'

Qu'est-ce que Far right autocorrect ?

Far right autocorrect est une extension Chrome développée par Hope Not Hate, et sa fonction principale est "Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Far right autocorrect

Téléchargez les fichiers d'extension Far right autocorrect 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

                                            

Informations de Base sur l'Extension

Nom Far right autocorrect Far right autocorrect
ID ijcncnkkgpejabaihalgfifonmbailld
URL Officiel https://chromewebstore.google.com/detail/far-right-autocorrect/ijcncnkkgpejabaihalgfifonmbailld
Description Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'
Taille du Fichier 29.04 KB
Nombre d'Installations 72
Version Actuelle 1.2
Dernière Mise à Jour 2018-06-01
Date de Publication 2018-06-01
Évaluation 3.00/5 Total 6 Évaluations
Développeur Hope Not Hate
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.hopenothate.org.uk/
URL de la Page de Politique de Confidentialité https://www.hopenothate.org.uk/privacy
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Far right autocorrect",
    "description": "Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}