FakeNewsFitness Plugin

This extension will analyze a page for truth value

FakeNewsFitness Plugin란 무엇입니까?

FakeNewsFitness Plugin은(는) https://fakenewsfitness.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will analyze a page for truth value"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Fake News Fitness (FNF) is not a curriculum or a complete learning solution, but is designed to complement one as an analysis tool, sharing platform and culminating project.   

Students learning to apply web media literacy to think critically about online sources can pull up a web page, complete a form, and share a detailed rating of an article’s credibility with other students in their class, and/or partner classrooms.   

Doing such assessments frequently, in community, can have the skill-building benefits a gym membership does for physical fitness. For more information, see https://docs.fakenewsfitness.org.                    

확장 프로그램 기본 정보

이름 FakeNewsFitness Plugin FakeNewsFitness Plugin
ID mmlmbnkocdhefnmggcepkoehfjlgggob
공식 URL https://chromewebstore.google.com/detail/fakenewsfitness-plugin/mmlmbnkocdhefnmggcepkoehfjlgggob
설명 This extension will analyze a page for truth value
파일 크기 146 KB
설치 횟수 44
현재 버전 3.3.5
최근 업데이트 2022-05-13
출시 날짜 2021-12-21
평점 1.00/5 총 2 개의 평점
개발자 https://fakenewsfitness.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://docs.fakenewsfitness.org
개인정보 보호 정책 페이지 URL https://www.fakenewsfitness.org/content/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FakeNewsFitness Plugin",
    "description": "This extension will analyze a page for truth value",
    "version": "3.3.5",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx0IC6RtP2vrNIe2DjqIlCUkPh06wcc4JYEVMYE6KLd+u6j6E3pFShdn2GZtROrOMK5xoWtjzTAb3abU1naSnGKD0fWhcOBwYNbRdatNAhJPvkOyRoFt5QyHDQVhjQpPEgwPgKYJ0cBPV1RCWKpx\/YVds+sSd\/GyQ3ft5BYwXf++D4RK7NPJlkZgjoT6MKbTLVjpLpmoFhTPzGILTPacOt99e6yJu4wp\/Pn9cFoQ3qdcmvQAXaBV2okpmlGblF4CbX6B6z1d9AcCkdOijR0\/r9atzNUFAKVnKSHBGQZ9CHnWj5SmXBQTSx1bb8+IJCFin3DHlqmOLnv3O80zSK2Br3QIDAQAB",
    "oauth2": {
        "client_id": "177922651464-t5kp828e4u8g8bobn1q6v8dc4vfolh5t.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "action": {
        "default_icon": "img\/icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "page.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/help.png",
                "img\/tab.png",
                "panel.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "identity",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}