CheckMyNews

#

Apa itu CheckMyNews?

CheckMyNews adalah ekstensi Chrome yang dikembangkan oleh adimpact.slide.lig, dan fitur utamanya adalah "#".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CheckMyNews

Unduh file ekstensi CheckMyNews dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        CheckMyNews is a tool developed by the Grenoble Informatics Laboratory (LIGLAB) that allows users to donate data about the posts that are shown in their Facebook timeline. 

This is a tool developed by academics to monitor what information gets amplified on social media platforms and measure if there are systemic biases in the quality of information users receive on Facebook from news medias among different socio-demographic groups.  

Our monitoring tool works silently in the background while you are browsing Facebook without any overhead to your browsing experience. The tool collects information about the content you RECEIVE on your timeline and does not collect information about the content you SHARE on Facebook. We collect information about organic and sponsored posts from news medias you see on Facebook (e.g., we will collect the posts you see that are coming from nytimes.com); we are not collecting your personal comments, messages or the photos and content you share (please check the Privacy Policy for a detailed description of the data we collect). All data is pseudonymized and we do not send to our servers any personally identifiable information (e.g., your email, name, phone number). Our universities are very attentive and vigilant regarding personal data protection issues, and our monitoring tool has been verified by our universities and meets the highest standards in terms of security and privacy. 

Thank you for your participation! 

Here is a link to our previous independent auditing systems: https://adanalyst.mpi-sws.org/
And you can see here how our research is making social media platforms more transparent and safe: 
https://www.theguardian.com/technology/2018/mar/19/facebook-political-ads-social-media-history-online-democracy
https://www.wired.com/story/facebook-bug-could-let-advertisers-see-your-phone-number/
https://www.telegraph.co.uk/technology/2018/01/09/facebook-bug-let-advertisers-find-phone-number/
https://www.bloomberg.com/news/articles/2018-03-26/does-facebook-s-ad-tool-mislead-voters
https://qz.com/1245941/why-am-i-seeing-this-ad-explanations-on-facebook-are-incomplete-and-misleading-a-study-says/
https://www.abc.net.au/news/science/2018-03-19/facebook-targeted-ads-are-explanations-transparent-enough/9539784
https://www.economist.com/science-and-technology/2018/03/22/to-understand-digital-advertising-study-its-algorithms                    

Informasi Dasar Ekstensi

Nama CheckMyNews CheckMyNews
ID lppioklandnfafbgedffnihjhnmgjbdn
URL Resmi https://chromewebstore.google.com/detail/checkmynews/lppioklandnfafbgedffnihjhnmgjbdn
Deskripsi #
Ukuran File 1.45 MB
Jumlah Instalasi 98
Versi Saat Ini 0.0.0.18
Terakhir Diperbarui 2024-03-03
Tanggal Publikasi 2022-02-12
Penilaian 3.67/5 Total 3 Penilaian
Pengembang adimpact.slide.lig
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://adanalystplus.imag.fr/privacy-policy
Bahasa yang Didukung en,fr,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.0.0.18",
    "manifest_version": 2,
    "browser_action": {
        "browser_style": true,
        "default_icon": "media\/alert1.png",
        "default_popup": "ui\/popup.html"
    },
    "background": {
        "scripts": [
            "third-party\/jquery-3.1.1.min.js",
            "third-party\/sha512.min.js",
            "utils\/global_params.js",
            "utils\/error_handling.js",
            "utils\/background\/general.js",
            "utils\/background\/consent.js",
            "utils\/background\/preference_crawl.js",
            "utils\/background\/explanation_crawl.js",
            "utils\/background\/adblocker.js",
            "utils\/interface_version_detection.js",
            "utils\/user_identification.js",
            "utils\/news_domains_lst.js",
            "utils\/background\/news_organisation_sites.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "media\/enabled.png",
        "48": "media\/enabled.png",
        "128": "media\/enabled.png"
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "js": [
                "third-party\/jquery-3.1.1.min.js",
                "graphics\/loading.js",
                "utils\/global_params.js",
                "utils\/content-scripts\/universal_methods.js",
                "content-scripts\/universal.js",
                "utils\/error_handling.js",
                "utils\/content-scripts\/browser_detection.js",
                "utils\/interface_version_detection.js",
                "utils\/user_identification.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "js": [
                "third-party\/mus.js",
                "utils\/news_domains_lst.js",
                "utils\/content-scripts\/dialog_captcha.js",
                "utils\/content-scripts\/ads_and_posts_detection\/general.js",
                "utils\/content-scripts\/ads_and_posts_detection\/general_old_interface.js",
                "utils\/content-scripts\/ads_and_posts_detection\/general_new_interface.js",
                "utils\/content-scripts\/ads_and_posts_detection\/ad_detection\/general.js",
                "utils\/content-scripts\/ads_and_posts_detection\/ad_detection\/ads_detection.js",
                "utils\/content-scripts\/ads_and_posts_detection\/ad_detection\/ads_detection_new_interface.js",
                "utils\/content-scripts\/ads_and_posts_detection\/posts_detection\/general.js",
                "utils\/content-scripts\/ads_and_posts_detection\/posts_detection\/posts_detection.js",
                "utils\/content-scripts\/ads_and_posts_detection\/posts_detection\/posts_detection_new_interface.js",
                "utils\/content-scripts\/mouse_tracking\/general.js",
                "utils\/content-scripts\/mouse_tracking\/mouse_tracking.js",
                "utils\/content-scripts\/mouse_tracking\/mouse_tracking_new_interface.js",
                "content-scripts\/adgrabber.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "js": [
                "content-scripts\/preferences_grabber.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/ads\/preferences*",
                "https:\/\/www.facebook.com\/ads\/preferences*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "tabs"
    ],
    "incognito": "spanning",
    "web_accessible_resources": [
        "injections\/error_handling.js",
        "injections\/ad_activity_crawl.js",
        "injections\/ad_block_detection.js",
        "injections\/ads_new_interface.js",
        "injections\/explanation_crawl.js",
        "injections\/preference_crawl.js",
        "injections\/universal.js",
        "injections\/xhr_overload_preferences.js",
        "injections\/xhr_overload_buttons.js",
        "media\/solving_captcha.gif"
    ]
}