Big Tech Funding

Big Tech Funding - Keeping an eye on Big Tech's political influence with think tanks and advocacy groups.

什麼是Big Tech Funding?

Big Tech Funding是由https://bigtechfunding.org開發的Chrome擴展程式,該擴展的主要功能是“Big Tech Funding - Keeping an eye on Big Tech's political influence with think tanks and advocacy groups.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Big Tech Funding擴展crx文件

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

擴展使用說明

                        The Big Tech Funding browser extension allows Twitter users to see disclosures under the tweets of users who are affiliated with think tanks, academic centers, and advocacy groups that are funded by Big Tech (e.g. Google, Amazon, Apple, and Facebook.) 

The extension relies on publicly-available data sources, compiled by staff at American Principles Project, including company funding disclosures, nonprofit annual reports, IRS documents, and news stories. The information is available in aggregate at BigTechFunding.org.                    

擴展基本資訊

名稱 Big Tech Funding Big Tech Funding
ID mmakemefcnfogodnbgdflchnllmfickc
官方網址 https://chromewebstore.google.com/detail/big-tech-funding/mmakemefcnfogodnbgdflchnllmfickc
簡介 Big Tech Funding - Keeping an eye on Big Tech's political influence with think tanks and advocacy groups.
檔案大小 43.36 KB
安裝次數 691
目前版本 1.3.0
更新時間 2022-05-22
上架時間 2021-07-12
評分 3.67/5 共 3 次評分
開發者 https://bigtechfunding.org
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.bigtechfunding.org/
說明頁面URL https://www.bigtechfunding.org/faq
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Big Tech Funding - Keeping an eye on Big Tech's political influence with think tanks and advocacy groups.",
    "version": "1.3.0",
    "manifest_version": 2,
    "name": "Big Tech Funding",
    "homepage_url": "https:\/\/www.bigtechfunding.org\/",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "icons": {
        "34": "icon-34.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "content_security_policy": "script-src https:\/\/*.google.com 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png"
    ]
}