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
Eメール [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"
}