Far right autocorrect
Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'
Co to jest Far right autocorrect?
Far right autocorrect to rozszerzenie Chrome opracowane przez Hope Not Hate, a jego główną funkcją jest „Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Far right autocorrect
Pobierz pliki rozszerzeń Far right autocorrect w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ijcncnkkgpejabaihalgfifonmbailld |
| Oficjalny URL | https://chromewebstore.google.com/detail/far-right-autocorrect/ijcncnkkgpejabaihalgfifonmbailld |
| Opis | Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson' |
| Rozmiar pliku | 29.04 KB |
| Liczba instalacji | 72 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2018-06-01 |
| Data Publikacji | 2018-06-01 |
| Ocena | 3.00/5 Łącznie 6 Oceny |
| Deweloper | Hope Not Hate |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://www.hopenothate.org.uk/ |
| Adres URL Strony Polityki Prywatności | https://www.hopenothate.org.uk/privacy |
| Obsługiwane Języki | 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"
}
]
} | |