Debunker - Detect Fake News

Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.

Debunker - Detect Fake News란 무엇입니까?

Debunker - Detect Fake News은(는) Sarthak Navjivan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Debunker - Detect Fake News 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Debunker is a digital tool that is able to accurately assess the reliability of any online news source. Unlike current solutions, which simply analyze the title of the website to determine whether the source is reliable or not, Debunker uses Artificial Intelligence to analyze the actual content of the website to see if it is credible.

On the click of its icon, Debunker uses advanced web scraping technologies to gather data from the website the user is on and analyzes several of its key factors, such as the article’s author, publisher, domain name, writing complexity, image sources, popularity, use of keywords, and more. Finally, using a neural network machine learning model, Debunker weights and computes these factors to determine whether the source is credible.

DISCLAIMER: DEBUNKER IS ONLY FUNCTIONAL ON NEWS WEBSITES. USING DEBUNKER ON WEBSITES THAT ARE NOT RELATED TO THE NEWS WILL RESULT IN INCORRECT RESULTS.                    

확장 프로그램 기본 정보

이름 Debunker - Detect Fake News Debunker - Detect Fake News
ID nlmadjgafbedgenmekianiebhdhoccon
공식 URL https://chrome.google.com/webstore/detail/debunker-detect-fake-news/nlmadjgafbedgenmekianiebhdhoccon
설명 Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.
파일 크기 199 KB
설치 횟수 91
현재 버전 1
최근 업데이트 2018-05-16
출시 날짜 2018-05-16
평점 2.33/5 총 3 개의 평점
개발자 Sarthak Navjivan
결제 유형 free
확장 프로그램 웹 사이트 https://sarthak.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Debunker - Detect Fake News",
    "version": "1",
    "description": "Detect unreliable news sites using advanced web scraping technology and a machine learning algorithm.",
    "manifest_version": 2,
    "author": "Sarthak Navjivan",
    "browser_action": {
        "name": "Debunker",
        "default_title": "Debunk This Site",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/www.fakenewsai.com\/"
    ],
    "icons": {
        "16": "images\/icon.png",
        "32": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    }
}