MyAdPrice
MyAdPrice will tell you how much advertisers are willing to pay to show you their ads.
O que é MyAdPrice?
MyAdPrice é uma extensão do Chrome desenvolvida por https://myadprice.github.io, e sua principal característica é "MyAdPrice will tell you how much advertisers are willing to pay to show you their ads.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MyAdPrice
Baixe arquivos de extensão MyAdPrice no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | MyAdPrice |
ID | jlgpjclbdjpheiljedblbjkjjplolopm |
URL Oficial | https://chromewebstore.google.com/detail/myadprice/jlgpjclbdjpheiljedblbjkjjplolopm |
Descrição | MyAdPrice will tell you how much advertisers are willing to pay to show you their ads. |
Tamanho do Arquivo | 499 KB |
Contagem de Instalações | 538 |
Versão Atual | 1.2.1 |
Última Atualização | 2020-03-09 |
Data de Publicação | 2020-03-07 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | https://myadprice.github.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://myadprice.github.io |
Idiomas Suportados | 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", "*:\/\/*\/*", " |