FakeNews

Determines the average political bias of a news source

FakeNews란 무엇입니까?

FakeNews은(는) malcolmcraney에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Determines the average political bias of a news source"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FakeNews 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        In a time where a majority of people are receiving their news and information from the internet, it is important to examine the many sources you are receiving your information from. This extension provides users with an objective look into the political bias of numerous news sources, so you can really look at where you're getting your information from. If you're linked to an article from Facebook, Reddit, or another Social Media site; simply use FakeNews to learn more about the possible political bias of any unfamiliar sources.                    

확장 프로그램 기본 정보

이름 FakeNews FakeNews
ID lnnhldheeohibiajajkmjchepnaoikjb
공식 URL https://chromewebstore.google.com/detail/fakenews/lnnhldheeohibiajajkmjchepnaoikjb
설명 Determines the average political bias of a news source
파일 크기 362 KB
설치 횟수 40
현재 버전 1.5
최근 업데이트 2018-02-14
출시 날짜 2018-02-14
평점 5.00/5 총 1 개의 평점
개발자 malcolmcraney
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FakeNews",
    "description": "Determines the average political bias of a news source",
    "version": "1.5",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html",
        "default_title": "FakeNews"
    },
    "author": "Malcolm Craney",
    "permissions": [
        "activeTab"
    ]
}