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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Big Tech Funding - Keeping an eye on Big Tech's political influence with think tanks and advocacy groups."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Big Tech Funding एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |