Far right autocorrect
Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'
Cos'è Far right autocorrect?
Far right autocorrect è un'estensione di Chrome sviluppata da Hope Not Hate, e la sua funzione principale è "Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Far right autocorrect
Scarica i file di estensione Far right autocorrect 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
Informazioni di Base sull'Estensione
| Nome | |
| ID | ijcncnkkgpejabaihalgfifonmbailld |
| URL Ufficiale | https://chromewebstore.google.com/detail/far-right-autocorrect/ijcncnkkgpejabaihalgfifonmbailld |
| Descrizione | Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson' |
| Dimensione del File | 29.04 KB |
| Conteggio Installazioni | 72 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2018-06-01 |
| Data di Pubblicazione | 2018-06-01 |
| Valutazione | 3.00/5 Totale 6 Valutazioni |
| Sviluppatore | Hope Not Hate |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.hopenothate.org.uk/ |
| URL della Pagina della Politica sulla Privacy | https://www.hopenothate.org.uk/privacy |
| Lingue Supportate | 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"
}
]
} | |