MyAdPrice

MyAdPrice will tell you how much advertisers are willing to pay to show you their ads.

MyAdPrice क्या है?

MyAdPrice https://myadprice.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MyAdPrice will tell you how much advertisers are willing to pay to show you their ads."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Find out what ad revenue websites make from your visits. Compare it to other users.

MyAdPrice uses JavaScript to keep track of ad slots on websites you visit. It tells you the sizes of the ad slots, the bids that different advertisers made to show you their ads, which bid won, and how much revenue the website generated off your visit.

MyAdPrice stores the bulk of this data on your computer, locally. It does not send any identifiable, private data to our servers. To learn more, please see our usage terms at https://www.myadprice.com/terms.                    

एक्सटेंशन की मूल जानकारी

नाम MyAdPrice MyAdPrice
ID jlgpjclbdjpheiljedblbjkjjplolopm
आधिकारिक URL https://chromewebstore.google.com/detail/myadprice/jlgpjclbdjpheiljedblbjkjjplolopm
विवरण MyAdPrice will tell you how much advertisers are willing to pay to show you their ads.
फ़ाइल का आकार 499 KB
स्थापना संख्या 538
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2020-03-09
प्रकाशन तिथि 2020-03-07
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://myadprice.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://myadprice.github.io
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "lib\/jquery-3.3.1.min.js",
            "js\/bidderURLs.js",
            "js\/dfp_parser.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/bidderURLs.js",
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "description": "MyAdPrice will tell you how much advertisers are willing to pay to show you their ads.",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "MyAdPrice",
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        ""
    ],
    "version": "1.2.1"
}