Fake News Website Detector
Warning of websites which knowingly or unknowingly spread fake news.
Fake News Website Detector란 무엇입니까?
Fake News Website Detector은(는) radosdesign에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Warning of websites which knowingly or unknowingly spread fake news."입니다.
확장 프로그램 스크린샷
Fake News Website Detector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Warning of websites which knowingly or unknowingly spread fake news. List of Slovak and Czech websites originally created by activist and history teacher Juraj Smatana. Current list is based on https://www.konspiratori.sk/en. When you visit a site from this list you will see a message which asks you to use caution and common sense. You have been warned :-) Media: - Slovak newspaper "Dennik N": http://goo.gl/R0h2rX - Slovak news website "Tvnoviny.sk": http://goo.gl/BuVELL - Slovak TV station "Markiza": http://goo.gl/MD25rX - Czech news website "Tiscali.cz": http://goo.gl/mT2izL - Czech news website "Eurozpravy.cz": http://goo.gl/CFBLjP
확장 프로그램 기본 정보
이름 | Fake News Website Detector |
ID | ajfhmidimnkpbhnkcckllicmhhdipmoo |
공식 URL | https://chromewebstore.google.com/detail/fake-news-website-detecto/ajfhmidimnkpbhnkcckllicmhhdipmoo |
설명 | Warning of websites which knowingly or unknowingly spread fake news. |
파일 크기 | 126 KB |
설치 횟수 | 846 |
현재 버전 | 1.0.350 |
최근 업데이트 | 2020-09-08 |
출시 날짜 | 2020-03-15 |
평점 | 4.39/5 총 54 개의 평점 |
개발자 | radosdesign |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,sk,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "default_locale": "sk", "version": "1.0.350", "description": "__MSG_appDesc__", "background": { "scripts": [ "sites.js", "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon128.png", "default_title": "__MSG_actionDefaultTitle__" }, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "tabs" ], "web_accessible_resources": [ "assets\/*.png" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |