MyAdPrice

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

什么是MyAdPrice?

MyAdPrice是由https://myadprice.github.io开发的Chrome扩展程序,该扩展的主要功能是“MyAdPrice will tell you how much advertisers are willing to pay to show you their ads.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载MyAdPrice扩展crx文件

下载MyAdPrice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}