FactPopUp

Creates notifications for fact-checking tweets.

什麼是FactPopUp?

FactPopUp是由gautamhathi開發的Chrome擴展程式,該擴展的主要功能是“Creates notifications for fact-checking tweets.”。

擴展截圖

screenshot
screenshot

下載FactPopUp擴展crx文件

下載FactPopUp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 FactPopUp FactPopUp
ID faaleponcnfhmolcbaajapgbigfffckj
官方網址 https://chrome.google.com/webstore/detail/factpopup/faaleponcnfhmolcbaajapgbigfffckj
簡介 Creates notifications for fact-checking tweets.
檔案大小 336 KB
安裝次數 190
目前版本 2.1.0
更新時間 2017-02-09
上架時間 2017-02-09
評分 5.00/5 共 1 次評分
開發者 gautamhathi
付費類型 free
支援的語言 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"
    ]
}