Big Tech Funding

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

Big Tech Funding là gì?

Big Tech Funding là một tiện ích mở rộng Chrome được phát triển bởi https://bigtechfunding.org, và tính năng chính của nó là "Big Tech Funding - Keeping an eye on Big Tech's political influence with think tanks and advocacy groups.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Big Tech Funding

Tải xuống các tệp mở rộng Big Tech Funding dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Big Tech Funding Big Tech Funding
ID mmakemefcnfogodnbgdflchnllmfickc
URL Chính Thức https://chromewebstore.google.com/detail/big-tech-funding/mmakemefcnfogodnbgdflchnllmfickc
Mô tả Big Tech Funding - Keeping an eye on Big Tech's political influence with think tanks and advocacy groups.
Kích Thước Tệp 43.36 KB
Số Lần Cài Đặt 691
Phiên Bản Hiện Tại 1.3.0
Cập Nhật Lần Cuối 2022-05-22
Ngày Phát Hành 2021-07-12
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://bigtechfunding.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.bigtechfunding.org/
URL Trang Trợ Giúp https://www.bigtechfunding.org/faq
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}