Instant Snopes Checker (Unofficial)
Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.
Что такое Instant Snopes Checker (Unofficial)?
Instant Snopes Checker (Unofficial) - это расширение Chrome, разработанное digitalbits, и его основная функция - "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.".
Снимки экрана расширения
Скачать файл CRX расширения Instant Snopes Checker (Unofficial)
Скачайте файлы расширений Instant Snopes Checker (Unofficial) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Don't be tricked by fake news, hoaxes, scams or myths. Quick, simple way to check to see if the current page title keywords are referenced on Snopes.com. Page title alone may not provide accurate search results, however existing debunked articles on Snopes.com did include page title keywords. I hope to build this out further to detect items on the current page that may already exist on Snopes.com and other fact checking websites.
Основная информация о расширении
Название | |
ID | bbddjfjhfnafgfncmlbenehgionllfno |
Официальный URL | https://chrome.google.com/webstore/detail/instant-snopes-checker-un/bbddjfjhfnafgfncmlbenehgionllfno |
Описание | Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com. |
Размер файла | 13.9 KB |
Количество установок | 587 |
Текущая Версия | 1.0 |
Последнее Обновление | 2016-11-23 |
Дата публикации | 2016-11-23 |
Рейтинг | 3.40/5 Всего 5 оценок |
Разработчик | digitalbits |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant Snopes Checker (Unofficial)", "version": "1.0", "description": "Don't be tricked by fake news, hoaxes, scams or myths. One click to fact check the current page on Snopes.com.", "permissions": [ "activeTab" ], "browser_action": { "default_icon": "snopes_icon.png" }, "icons": { "96": "snopes_icon.png" }, "background": { "scripts": [ "snopes-checker.js" ] } } |