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 هو إضافة Chrome تم تطويرها بواسطة https://bigtechfunding.org، والميزة الرئيسية لها هي "Big Tech Funding - Keeping an eye on Big Tech's political influence with think tanks and advocacy groups.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Big Tech Funding

قم بتنزيل ملفات الامتداد Big Tech Funding بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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"
    ]
}