Truths & Lies

Shows politicians truths and lies while watching YouTube videos

What is Truths & Lies?

Truths & Lies is a Chrome extension developed by rtuinenburg, and its main feature is "Shows politicians truths and lies while watching YouTube videos".

Extension Screenshots

screenshot
screenshot

Download Truths & Lies Extension CRX File

Download Truths & Lies 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

                        While you're watching YouTube videos that are about US politicians, this extension will automatically look up the truths and lies the politician and show you a tally of their truths and lies.  You can get detailed information about each truth and lie by clicking on the stats.                    

Extension Basic Information

Name Truths & Lies Truths & Lies
ID hlfeooemkfahmelipfkgjkngiakldogf
Official URL https://chrome.google.com/webstore/detail/truths-lies/hlfeooemkfahmelipfkgjkngiakldogf
Description Shows politicians truths and lies while watching YouTube videos
File Size 90.43 KB
Installation Count 36
Current Version 1.0
Last Updated 2016-08-07
Publish Date 2016-08-07
Developer rtuinenburg
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Truths & Lies",
    "description": "Shows politicians truths and lies while watching YouTube videos",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "bg.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "content_style.css"
            ],
            "js": [
                "jquery.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/www.politifact.com\/*"
    ]
}