FactPopUp

Creates notifications for fact-checking tweets.

What is FactPopUp?

FactPopUp is a Chrome extension developed by gautamhathi, and its main feature is "Creates notifications for fact-checking tweets.".

Extension Screenshots

screenshot
screenshot

Download FactPopUp Extension CRX File

Download FactPopUp 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

                        This extension notifies you whenever there's a new fact check. Source code available here: https://github.com/ReportersLabDuke/FactPopUp                    

Extension Basic Information

Name FactPopUp FactPopUp
ID faaleponcnfhmolcbaajapgbigfffckj
Official URL https://chrome.google.com/webstore/detail/factpopup/faaleponcnfhmolcbaajapgbigfffckj
Description Creates notifications for fact-checking tweets.
File Size 336 KB
Installation Count 190
Current Version 2.1.0
Last Updated 2017-02-09
Publish Date 2017-02-09
Rating 5.00/5 Total 1 Ratings
Developer gautamhathi
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FactPopUp",
    "description": "Creates notifications for fact-checking tweets.",
    "version": "2.1.0",
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "keys.js",
            "js\/alert.js",
            "lib\/CryptoJS v3.1.2\/rollups\/hmac-sha256.js",
            "lib\/CryptoJS v3.1.2\/components\/enc-base64-min.js"
        ],
        "persistent": true
    },
    "content_security_policy": "media-src https:\/\/pbs.twimg.com\/media\/* 'self'; img-src https:\/\/pbs.twimg.com\/ 'self' data: chrome-extension-resource:;  script-src 'self'; object-src 'self'",
    "permissions": [
        "notifications",
        "activeTab",
        "alarms",
        "fontSettings",
        "https:\/\/ajax.googleapis.com\/*",
        "https:\/\/stream.twitter.com\/*",
        "http:\/\/www.politifact.com\/*",
        "https:\/\/pbs.twimg.com\/*",
        "https:\/\/raw.githubusercontent.com\/ReportersLabDuke\/FactPopUp\/*",
        "gcm",
        "storage",
        "https:\/\/*.servicebus.windows.net\/*",
        "management",
        "alarms"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/stream.twitter.com\/*",
            "http:\/\/www.politifact.com\/*"
        ]
    },
    "web_accessible_resources": [
        "logo.png"
    ]
}