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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" ] } |