Fake news detector

This extension marks fake news in the pages you are browsing

Что такое Fake news detector?

Fake news detector - это расширение Chrome, разработанное DareDevelopers-giacomofava, и его основная функция - "This extension marks fake news in the pages you are browsing".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Fake news detector

Скачайте файлы расширений Fake news detector в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension marks fake news in the pages you are browsing.
It will mark in RED the FAKE NEWS and in ORANGE the CLICKBAIT links or PROBABLY FAKE news.
While browsing on Facebook the page may load new posts while you are scrolling, this will cause problems to our detector.No problem, just click on the logo to check again all the new posts.

Estensione che evidenzia e segnala le notizie false durante la navigazione su qualsiasi sito, pure social (Facebook, Twitter etc.).

Version 1.2: new websites list added.                    

Основная информация о расширении

Название Fake news detector Fake news detector
ID aebaikmeedenaijgjcfmndfknoobahep
Официальный URL https://chromewebstore.google.com/detail/fake-news-detector/aebaikmeedenaijgjcfmndfknoobahep
Описание This extension marks fake news in the pages you are browsing
Размер файла 77.75 KB
Количество установок 1,270
Текущая Версия 1.2
Последнее Обновление 2017-10-23
Дата публикации 2017-10-22
Рейтинг 3.37/5 Всего 30 оценок
Разработчик DareDevelopers-giacomofava
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fake news detector",
    "version": "1.2",
    "short_name": "FND",
    "description": "This extension marks fake news in the pages you are browsing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "DareDevelopers-giacomofava",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make fake news links  red",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}