Matter Of Interpretation

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

What is Matter Of Interpretation?

Matter Of Interpretation is a Chrome extension developed by Matter of Interpretation, and its main feature is "This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.".

Extension Screenshots

screenshot
screenshot

Download Matter Of Interpretation Extension CRX File

Download Matter Of Interpretation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Matter Of Interpretation Matter Of Interpretation
ID pmbilclkknkaaobifeopjddccfficbcd
Official URL https://chromewebstore.google.com/detail/matter-of-interpretation/pmbilclkknkaaobifeopjddccfficbcd
Description This chrome extension makes it possible to browse the news with a highly critical approach to source authentication.
File Size 279 KB
Installation Count 12
Current Version 1.1
Last Updated 2018-06-27
Publish Date 2018-06-27
Developer Matter of Interpretation
Email [email protected]
Payment Type free
Extension Website https://matterofinterpretation.info/
Help Page URL https://matterofinterpretation.info/
Supported Languages 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"
    }
}