Big Tech Funding
Big Tech Funding - Keeping an eye on Big Tech's political influence with think tanks and advocacy groups.
Was ist Big Tech Funding?
Big Tech Funding ist eine Chrome-Erweiterung, die von https://bigtechfunding.org entwickelt wurde, und ihr Hauptmerkmal ist "Big Tech Funding - Keeping an eye on Big Tech's political influence with think tanks and advocacy groups.".
Erweiterungsscreenshots
Big Tech Funding-Erweiterungs-CRX-Datei herunterladen
Laden Sie Big Tech Funding-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Big Tech Funding |
ID | mmakemefcnfogodnbgdflchnllmfickc |
Offizielle URL | https://chromewebstore.google.com/detail/big-tech-funding/mmakemefcnfogodnbgdflchnllmfickc |
Beschreibung | Big Tech Funding - Keeping an eye on Big Tech's political influence with think tanks and advocacy groups. |
Dateigröße | 43.36 KB |
Installationsanzahl | 691 |
Aktuelle Version | 1.3.0 |
Letztes Update | 2022-05-22 |
Veröffentlichungsdatum | 2021-07-12 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | https://bigtechfunding.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.bigtechfunding.org/ |
Hilfeseite URL | https://www.bigtechfunding.org/faq |
Unterstützte Sprachen | 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" ] } |