Far right autocorrect
Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'
Vad är Far right autocorrect?
Far right autocorrect är en Chrome-tillägg utvecklad av Hope Not Hate, och dess huvudfunktion är "Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'".
Tilläggsskärmbilder
Ladda ner Far right autocorrect-förlängningens CRX-fil
Ladda ner Far right autocorrect-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
| Namn | |
| ID | ijcncnkkgpejabaihalgfifonmbailld |
| Officiell webbadress | https://chromewebstore.google.com/detail/far-right-autocorrect/ijcncnkkgpejabaihalgfifonmbailld |
| Beskrivning | Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson' |
| Filstorlek | 29.04 KB |
| Antal Installationer | 72 |
| Aktuell Version | 1.2 |
| Senast Uppdaterad | 2018-06-01 |
| Publiceringsdatum | 2018-06-01 |
| Betyg | 3.00/5 Totalt 6 Betyg |
| Utvecklare | Hope Not Hate |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://www.hopenothate.org.uk/ |
| URL till Sekretesspolicy Sidan | https://www.hopenothate.org.uk/privacy |
| Stödda Språk | 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"
}
]
} | |