Twitter Fact Check
This extension fact-checks your friends' tweets with a variety of news sources
Co to jest Twitter Fact Check?
Twitter Fact Check to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „This extension fact-checks your friends' tweets with a variety of news sources”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitter Fact Check
Pobierz pliki rozszerzeń Twitter Fact Check 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
This extension identifies political tweets and creates a dropdown list filled with relevant articles from the guardian. Extension also includes a search functionality to get new results. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | knkgedhglgpdamdklbgoknjhmappdaoo |
| Oficjalny URL | https://chromewebstore.google.com/detail/twitter-fact-check/knkgedhglgpdamdklbgoknjhmappdaoo |
| Opis | This extension fact-checks your friends' tweets with a variety of news sources |
| Rozmiar pliku | 667 KB |
| Liczba instalacji | 23 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2017-05-01 |
| Data Publikacji | 2017-05-01 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"persistent": true,
"scripts": [
"reload.js"
]
},
"name": "Twitter Fact Check",
"version": "1.0",
"manifest_version": 2,
"description": "This extension fact-checks your friends' tweets with a variety of news sources",
"permissions": [
"webRequest",
"tabs",
"*:\/\/*.twitter.com\/*",
"file:\/\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.twitter.com\/*"
],
"js": [
"response.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
"font-awesome-4.7.0\/css\/font-awesome.min.css",
"*.ttf",
"*.woff",
"*.woff2",
"*.png"
]
} | |