FakeNewsFitness Plugin

This extension will analyze a page for truth value

Wat is FakeNewsFitness Plugin?

FakeNewsFitness Plugin is een Chrome-extensie ontwikkeld door https://fakenewsfitness.org, en de belangrijkste functie is "This extension will analyze a page for truth value".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie FakeNewsFitness Plugin

Download FakeNewsFitness Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam FakeNewsFitness Plugin FakeNewsFitness Plugin
ID mmlmbnkocdhefnmggcepkoehfjlgggob
Officiële URL https://chromewebstore.google.com/detail/fakenewsfitness-plugin/mmlmbnkocdhefnmggcepkoehfjlgggob
Beschrijving This extension will analyze a page for truth value
Bestandsgrootte 146 KB
Aantal Installaties 44
Huidige Versie 3.3.5
Laatst Bijgewerkt 2022-05-13
Publicatiedatum 2021-12-21
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://fakenewsfitness.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://docs.fakenewsfitness.org
URL van de Privacybeleid Pagina https://www.fakenewsfitness.org/content/privacy-policy
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}