NEU Ad Observer

A browser extension to share data about your social feed with researchers and journalists to increase transparency.

NEU Ad Observerとは何ですか?

NEU Ad ObserverはM. Ali (Northeastern University)によって開発されたChromeの拡張機能で、その主な機能は「A browser extension to share data about your social feed with researchers and journalists to increase transparency.」です。

拡張機能のスクリーンショット

screenshot

NEU Ad Observer拡張機能のCRXファイルをダウンロード

NEU Ad Observer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A browser extension to capture users' Facebook ads and shares with academic researchers to understand the online advertising ecosystem.                    

拡張機能の基本情報

名前 NEU Ad Observer NEU Ad Observer
ID dhfenkmankbfppegdgejpehmajcfoich
公式URL https://chromewebstore.google.com/detail/neu-ad-observer/dhfenkmankbfppegdgejpehmajcfoich
説明 A browser extension to share data about your social feed with researchers and journalists to increase transparency.
ファイルサイズ 387 KB
インストール数 49
現在のバージョン 1.2.1
最終更新日 2021-10-27
公開日 2021-04-19
開発者 M. Ali (Northeastern University)
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "homepage_url": "https:\/\/adobserver.org",
    "background": {
        "scripts": [
            "background\/bundle.js"
        ]
    },
    "icons": {
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_popup": "toolbar\/index.html",
        "default_icon": "assets\/icon128.png",
        "default_title": "NEU Ad Observer"
    },
    "web_accessible_resources": [
        "webpage\/*"
    ],
    "name": "NEU Ad Observer",
    "short_name": "NEU Ad Observer",
    "description": "A browser extension to share data about your social feed with researchers and journalists to increase transparency.",
    "version": "1.2.1",
    "version_name": "1.2.1",
    "content_scripts": [
        {
            "js": [
                "preload\/bundle.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.facebook.com\/ads\/archive*",
                "*:\/\/*.facebook.com\/ads\/library*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "content\/bundle.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/*.facebook.com\/ads\/archive*",
                "*:\/\/*.facebook.com\/ads\/library*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ]
}