AdStudy

Helps a user collect and see their Facebook information.

AdStudy là gì?

AdStudy là một tiện ích mở rộng Chrome được phát triển bởi giridhariv, và tính năng chính của nó là "Helps a user collect and see their Facebook information.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AdStudy

Tải xuống các tệp mở rộng AdStudy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This tool, developed as part of a research study at Northeastern University, lets users see what information Facebook has about them.
It determines user information by looking for certain ads that we run.
The tool only sends back to the server that information that you are willing to share, and stores even this information only in anonymized form.
The tool does not store any personally identifying information about you.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AdStudy AdStudy
ID kcglaihdabccecndbdhoijodgkomaojp
URL Chính Thức https://chrome.google.com/webstore/detail/adstudy/kcglaihdabccecndbdhoijodgkomaojp
Mô tả Helps a user collect and see their Facebook information.
Kích Thước Tệp 1.09 MB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.0.0.8
Cập Nhật Lần Cuối 2018-09-10
Ngày Phát Hành 2018-09-10
Nhà Phát Triển giridhariv
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AdStudy",
    "version": "0.0.0.8",
    "devtools_page": "devtools.html",
    "description": "Helps a user collect and see their Facebook information.",
    "background": {
        "scripts": [
            "polyFill.js",
            "thirdParty\/jquery-1.12.4.js",
            "serverUtils.js",
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "icons\/border-48.png",
        "128": "icons\/border-128.png"
    },
    "browser_action": {
        "default_popup": "defaultPopup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "declarativeContent",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/"
            ],
            "js": [
                "polyFill.js",
                "thirdParty\/jquery-1.12.4.js",
                "thirdParty\/jquery-ui-1.12.1.custom\/jquery-ui.js",
                "parsinghelpers.js",
                "adCollectionUtils.js",
                "adchecker.js",
                "useralert.js"
            ],
            "css": [
                "css\/jquery-ui.css",
                "css\/button_style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/?*"
            ],
            "js": [
                "polyFill.js",
                "thirdParty\/jquery-1.12.4.js",
                "thirdParty\/jquery-ui-1.12.1.custom\/jquery-ui.js",
                "parsinghelpers.js",
                "adCollectionUtils.js",
                "adchecker.js",
                "useralert.js"
            ],
            "css": [
                "css\/jquery-ui.css",
                "css\/button_style.css"
            ]
        },
        {
            "js": [
                "polyFill.js",
                "thirdParty\/jquery-1.12.4.js",
                "getAdsPreferences.js"
            ],
            "matches": [
                "http:\/\/www.facebook.com\/ads\/preferences*",
                "https:\/\/www.facebook.com\/ads\/preferences*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "polyFill.js",
                "thirdParty\/jquery-1.12.4.js",
                "thirdParty\/jquery-ui-1.12.1.custom\/jquery-ui.js",
                "parsinghelpers.js",
                "sanitycheck.js"
            ],
            "css": [
                "css\/jquery-ui.css",
                "css\/button_style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "xhrOverloadButtons.js"
    ]
}