CheckMyNews

#

CheckMyNews란 무엇입니까?

CheckMyNews은(는) adimpact.slide.lig에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "#"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

CheckMyNews 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
    ]
}