120 Lies: Fact-Check Amalgamator
Flags 120 previously fact-checked false or misleading statements
Co to jest 120 Lies: Fact-Check Amalgamator?
120 Lies: Fact-Check Amalgamator to rozszerzenie Chrome opracowane przez One Who Tinkers, a jego główną funkcją jest „Flags 120 previously fact-checked false or misleading statements”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia 120 Lies: Fact-Check Amalgamator
Pobierz pliki rozszerzeń 120 Lies: Fact-Check Amalgamator 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
Statements found from Snopes, PolitiFact, FactCheck.org, and more. Mostly political, mostly USA-related, some urban legends.
Believing falsehoods is a problem that spans political parties. All statements with sources: goo.gl/zmoY7V.
If you think more should be added, suggest statements with sources via the "Support" tab, email me at [email protected], or message me with a note at linkedin.com/in/fullofideas/ Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jkhkjbehpofkeoligeeepllnbikenimh |
| Oficjalny URL | https://chromewebstore.google.com/detail/120-lies-fact-check-amalg/jkhkjbehpofkeoligeeepllnbikenimh |
| Opis | Flags 120 previously fact-checked false or misleading statements |
| Rozmiar pliku | 21.54 KB |
| Liczba instalacji | 79 |
| Aktualna Wersja | 1.20009 |
| Ostatnia Aktualizacja | 2018-04-09 |
| Data Publikacji | 2018-04-09 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | One Who Tinkers |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "120 Lies: Fact-Check Amalgamator",
"description": "Flags 120 previously fact-checked false or misleading statements",
"version": "1.20009",
"browser_action": {
"default_icon": "icons\/128.png"
},
"icons": {
"128": "icons\/128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"js\/content.js"
],
"run_at": "document_end"
}
]
} | |