Fake News Detector
Detect fake news in the online jungle.
Fake News Detector란 무엇입니까?
Fake News Detector은(는) http://www.nullcod.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detect fake news in the online jungle."입니다.
확장 프로그램 스크린샷
Fake News Detector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fake News Detector allow us to find the credibility of news we read online. Every day a lot of news popping up in our online jungle, Fake News Detector provides us a way to find genuineness of these news based on user ratings. Users can flag a news as real, fake or don't care. We will collect this information and notify the readers whether the news they are reading is real or not. How to use this extension. If you want to flag a news as fake or real when you are reading it in chrome, click on the Fake News Detector icon in chrome tool bar, it will popup a box where you can flag the news as real, fake or don't care. You can also see other users ratings for that particular news.
확장 프로그램 기본 정보
이름 | |
ID | bienanbbogpilbimmgkkiodifokgohjf |
공식 URL | https://chrome.google.com/webstore/detail/fake-news-detector/bienanbbogpilbimmgkkiodifokgohjf |
설명 | Detect fake news in the online jungle. |
파일 크기 | 43.42 KB |
설치 횟수 | 42 |
현재 버전 | 1.2 |
최근 업데이트 | 2014-07-30 |
출시 날짜 | 2014-07-30 |
평점 | 1.50/5 총 4 개의 평점 |
개발자 | http://www.nullcod.com |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fake News Detector", "short_name": "fake_news_detector", "description": "Detect fake news in the online jungle.", "version": "1.2", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.nullcod.com\/faki\/survey.php", "tabs" ] } |