Matter Of Interpretation

This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.

Apa itu Matter Of Interpretation?

Matter Of Interpretation adalah ekstensi Chrome yang dikembangkan oleh Matter of Interpretation, dan fitur utamanya adalah "This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Matter Of Interpretation

Unduh file ekstensi Matter Of Interpretation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        What does it mean if information is verified by source omitting expressions such as “reportedly”? 

If information in news content is not traceable to a specific institution or individual, it is difficult to proof its credibility. Therefore, by pinpointing on frequently used expressions that omit an actual source, a strongly biased point of departure is made towards interpretation and personal opinion. The aim hereby is to strengthen the awareness for media literacy in an age of post truth and to interpret information through a questioning lens.

This chrome extension makes it possible to browse the news with a highly critical approach to source verification, changing perspectives of news interpretation for us, the consumers. 

If the highlighted vague source is coming from direct or indirect speech from an individual or is part of an institutional statement, the analysis of Matter of Interpretation is not valid.                    

Informasi Dasar Ekstensi

Nama Matter Of Interpretation Matter Of Interpretation
ID pmbilclkknkaaobifeopjddccfficbcd
URL Resmi https://chromewebstore.google.com/detail/matter-of-interpretation/pmbilclkknkaaobifeopjddccfficbcd
Deskripsi This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.
Ukuran File 279 KB
Jumlah Instalasi 12
Versi Saat Ini 1.1
Terakhir Diperbarui 2018-06-27
Tanggal Publikasi 2018-06-27
Pengembang Matter of Interpretation
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://matterofinterpretation.info/
URL Halaman Bantuan https://matterofinterpretation.info/
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Matter Of Interpretation",
    "description": "This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.",
    "version": "1.1",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "colorEverything.js",
                "reset.js",
                "stateListener.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "Matter Of Interpretation",
        "default_popup": "popup.html"
    }
}