CheckMyNews

#

什麼是CheckMyNews?

CheckMyNews是由adimpact.slide.lig開發的Chrome擴展程式,該擴展的主要功能是“#”。

擴展截圖

screenshot
screenshot
screenshot

下載CheckMyNews擴展crx文件

下載CheckMyNews擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 CheckMyNews CheckMyNews
ID lppioklandnfafbgedffnihjhnmgjbdn
官方網址 https://chromewebstore.google.com/detail/checkmynews/lppioklandnfafbgedffnihjhnmgjbdn
簡介 #
檔案大小 1.45 MB
安裝次數 98
目前版本 0.0.0.18
更新時間 2024-03-03
上架時間 2022-02-12
評分 3.67/5 共 3 次評分
開發者 adimpact.slide.lig
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://adanalystplus.imag.fr/privacy-policy
支援的語言 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"
    ]
}