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
官方網址 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
電子郵箱 [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
}