Far right autocorrect
Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'
Wat is Far right autocorrect?
Far right autocorrect is een Chrome-extensie ontwikkeld door Hope Not Hate, en de belangrijkste functie is "Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'".
Extensie Screenshots
Download het CRX-bestand van de extensie Far right autocorrect
Download Far right autocorrect-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
Basisinformatie over de Extensie
| Naam | |
| ID | ijcncnkkgpejabaihalgfifonmbailld |
| Officiële URL | https://chromewebstore.google.com/detail/far-right-autocorrect/ijcncnkkgpejabaihalgfifonmbailld |
| Beschrijving | Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson' |
| Bestandsgrootte | 29.04 KB |
| Aantal Installaties | 72 |
| Huidige Versie | 1.2 |
| Laatst Bijgewerkt | 2018-06-01 |
| Publicatiedatum | 2018-06-01 |
| Beoordeling | 3.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Hope Not Hate |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.hopenothate.org.uk/ |
| URL van de Privacybeleid Pagina | https://www.hopenothate.org.uk/privacy |
| Ondersteunde Talen | 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"
}
]
} | |