The Factual - News Evaluator

Get smarter about the news you read

The Factual - News Evaluator란 무엇입니까?

The Factual - News Evaluator은(는) http://thefactual.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get smarter about the news you read"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

The Factual - News Evaluator 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Wondering if a news article you came across is worth your time? Is it well-researched? Is it too opinionated? Is it written by a reporter who is knowledgeable about the topic?
 
The Factual’s automatically evaluates how informative a news article is based on four factors:

1. Diversity and extent of sources
2. Level of opinionatedness
3. Author expertise on topic
4. Site's historical reputation.

The Factual’s grades are instantly displayed on any news article in your browser and even injected directly into your Facebook or Twitter feed.

Get the most informative stories on trending news topics at https://thefactual.com/news in your new tab (option to turn on/off).

FAQ: http://www.thefactual.com/static/extfaq.html

Note on privacy: The Factual only analyzes news related sites and ignores all other sites. Any information collected is anonymous and not shared with anyone.

Support: [email protected]                    

확장 프로그램 기본 정보

이름 The Factual - News Evaluator The Factual - News Evaluator
ID clbbiejjicefdjlblgnojolgbideklkp
공식 URL https://chrome.google.com/webstore/detail/clbbiejjicefdjlblgnojolgbideklkp
설명 Get smarter about the news you read
파일 크기 3.25 MB
설치 횟수 3,308
현재 버전 7.2.1
최근 업데이트 2023-09-22
출시 날짜 2020-05-30
평점 4.85/5 총 34 개의 평점
개발자 http://thefactual.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.thefactual.com
도움말 페이지 URL https://www.thefactual.com/faq/
개인정보 보호 정책 페이지 URL https://www.thefactual.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Factual - News Evaluator",
    "short_name": "The Factual - News Evaluator",
    "description": "Get smarter about the news you read",
    "version": "7.2.1",
    "browser_action": {
        "default_icon": "thefactual-16x16.png",
        "default_title": "Analyze the News"
    },
    "icons": {
        "16": "thefactual-16x16.png",
        "32": "thefactual-32x32.png",
        "48": "thefactual-48x48.png",
        "128": "thefactual-icon.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.thefactual.com\/*"
        ]
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+G",
                "mac": "MacCtrl+Shift+G",
                "chromeos": "Ctrl+Shift+G",
                "linux": "Ctrl+Shift+G"
            }
        }
    },
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.ravenjs.com\/3.25.2\/raven.min.js https:\/\/cdn.heapanalytics.com https:\/\/www.google-analytics.com\/ https:\/\/cdn.heapanalytics.com https:\/\/heapanalytics.com; object-src 'self'; img-src * 'self' https:\/\/res.cloudinary.com\/;  connect-src * 'self'; font-src 'self' https:\/\/fonts.googleapis.com\/;",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "https:\/\/forum.cvko.co\/*",
        "https:\/\/*.thefactual.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "domain_white_list.js",
                "domain_black_list.js",
                "fb\/fb_scraper.js"
            ],
            "css": [
                "fb\/fbStyle.css"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        },
        {
            "js": [
                "jquery-3.3.1.min.js",
                "domain_white_list.js",
                "domain_black_list.js",
                "twitter\/twt_scraper.js"
            ],
            "css": [
                "twitter\/twtStyle.css"
            ],
            "matches": [
                "https:\/\/www.twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "popup.html",
        "updatePrompt.html",
        "thefactual-48x48.png",
        "thefactual-192x192.png",
        "thefactual-white.png",
        "thefactual-icon.png",
        "thefactual-GREEN-48x48.png",
        "thefactual-YELLOW-48x48.png",
        "thefactual-ORANGE-48x48.png",
        "thefactual-RED-48x48.png"
    ],
    "incognito": "split",
    "offline_enabled": false,
    "homepage_url": "https:\/\/www.thefactual.com"
}