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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows an overlay on top of the ads that are served from the Setupad monetization platform."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Setupad एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
}