Fake news detector

This extension marks fake news in the pages you are browsing

Fake news detector란 무엇입니까?

Fake news detector은(는) DareDevelopers-giacomofava에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension marks fake news in the pages you are browsing"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Fake news detector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}