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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}