Setupad

This extension shows an overlay on top of the ads that are served from the Setupad monetization platform.

Setupadとは何ですか?

Setupadはhttps://www.setupad.comによって開発されたChromeの拡張機能で、その主な機能は「This extension shows an overlay on top of the ads that are served from the Setupad monetization platform.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Setupad extension can be very useful during the onboarding process to make sure Setupad tags are running on their respective placements and other monetization is turned off completely.

The main functionality of this extension is to report unwanted ads. By clicking on the “Report ad” button and later performing a click on the banner, the extension will collect all necessary information for Setupad to successfully block the particular advertiser. With additional real-time blocking software, Setupad avoids malicious ads and ensures premium ad quality for all users. 

In addition, this extension provides information about: 

- winning bid SSP and CPM price; 

- other SSP bids;

- ad placement's average eCPM in the last minute; 

- daily results on this particular tag - Requests, Impressions, Revenue, eCPM, CTR, and Viewability can be accessed by clicking on the Graph button.

This extension is only available for Setupad clients. Sign up now and get access to this extension!

https://setupad.com/sign-up/                    

拡張機能の基本情報

名前 Setupad Setupad
ID fjcgkkkiimmoijkamkmpffokeninmhhh
公式URL https://chromewebstore.google.com/detail/setupad/fjcgkkkiimmoijkamkmpffokeninmhhh
説明 This extension shows an overlay on top of the ads that are served from the Setupad monetization platform.
ファイルサイズ 334 KB
インストール数 603
現在のバージョン 2.0.11
最終更新日 2024-02-12
公開日 2021-03-17
評価 5.00/5 合計 7 レビュー
開発者 https://www.setupad.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.setupad.com
ヘルプページのURL https://setupad.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Setupad",
    "version": "2.0.11",
    "description": "This extension shows an overlay on top of the ads that are served from the Setupad monetization platform.",
    "icons": {
        "128": "img\/setupadLogo.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "action": {
        "default_icon": "img\/loginRequired.png",
        "default_title": "Setupad",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/iframeScript.js",
                "scripts\/events.js",
                "fonts\/Undeka-regular.woff",
                "fonts\/Undeka-bold.woff"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "manifest_version": 3
}