AdAnalyst

A tool to help you understand how you are targeted by advertisers on Facebook

AdAnalystคืออะไร?

AdAnalyst เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adimpact.slide.lig และคุณลักษณะหลักของมันคือ "A tool to help you understand how you are targeted by advertisers on Facebook"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AdAnalyst

ดาวน์โหลดไฟล์ส่วนขยาย AdAnalyst ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        What kind of ads do I receive in Facebook? 
What kind of advertisers target me?
What attributes do advertisers use to target me?
What attributes has Facebook inferred about me?
Is my targeting unique?


If you seek answers to the previous questions, then AdAnalyst is for you!

AdAnalyst is a chrome extension that increases transparency in the Facebook Advertising ecosystem. It analyzes the ads you receive in Facebook and shows you what attributes Facebook has inferred about you, what attributes advertisers use to target you, and much much more.

It works silently in the background while you are browsing Facebook without any overhead to your browsing experience.


Warning! If you are using some ad blocker like AdBlock Plus, you need to disable it on Facebook in order to get the most out of AdAnalyst. Also, you need to set your language in Facebook to English (US) or French (France). Currently, we do not support other languages.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AdAnalyst AdAnalyst
ID dichdbdjmcpgniopphedodbhkcdkoglm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/adanalyst/dichdbdjmcpgniopphedodbhkcdkoglm
คำอธิบาย A tool to help you understand how you are targeted by advertisers on Facebook
ขนาดไฟล์ 1.2 MB
จำนวนการติดตั้ง 203
เวอร์ชันปัจจุบัน 0.0.0.71
อัปเดตครั้งล่าสุด 2022-10-24
วันที่เผยแพร่ 2020-06-17
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา adimpact.slide.lig
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://adanalyst.mpi-sws.org/
URL หน้านโยบายความเป็นส่วนตัว https://adanalystplus.imag.fr/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AdAnalyst",
    "version": "0.0.0.71",
    "manifest_version": 2,
    "description": "__MSG_extensionDesc__",
    "default_locale": "en",
    "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\/globalParams.js",
            "utils\/errorHandling.js",
            "utils\/background\/general.js",
            "utils\/background\/consent.js",
            "utils\/background\/preferenceCrawl.js",
            "utils\/background\/explanationCrawl.js",
            "utils\/interfaceVersionDetection.js",
            "utils\/userIdentification.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\/globalParams.js",
                "utils\/content-scripts\/universalMethods.js",
                "utils\/errorHandling.js",
                "utils\/content-scripts\/browserDetection.js",
                "utils\/interfaceVersionDetection.js",
                "utils\/userIdentification.js",
                "content-scripts\/universal.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ],
            "all_frames": true
        },
        {
            "run_at": "document_end",
            "js": [
                "utils\/content-scripts\/anyAdCollection.js",
                "utils\/content-scripts\/sideAdsCollection.js",
                "utils\/content-scripts\/feedAdCollection.js",
                "utils\/content-scripts\/feedAdCollectionNewInterface.js",
                "utils\/content-scripts\/dialogCaptcha.js",
                "content-scripts\/adgrabber.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/*",
                "https:\/\/www.facebook.com\/*"
            ]
        },
        {
            "run_at": "document_end",
            "js": [
                "content-scripts\/preferencesGrabber.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/ds\/preferences\/*",
                "https:\/\/www.facebook.com\/ds\/preferences\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/adanalyst.mpi-sws.org\/*"
    ],
    "incognito": "spanning",
    "web_accessible_resources": [
        "injections\/errorHandling.js",
        "injections\/adActivityCrawl.js",
        "injections\/adBlockDetection.js",
        "injections\/adsNewInterface.js",
        "injections\/explanationCrawl.js",
        "injections\/preferenceCrawl.js",
        "injections\/universal.js",
        "injections\/xhrOverloadPreferences.js",
        "injections\/xhrOverloadButtons.js",
        "media\/solving_captcha.gif"
    ]
}