MyAdPrice
MyAdPrice will tell you how much advertisers are willing to pay to show you their ads.
Cos'è MyAdPrice?
MyAdPrice è un'estensione di Chrome sviluppata da https://myadprice.github.io, e la sua funzione principale è "MyAdPrice will tell you how much advertisers are willing to pay to show you their ads.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MyAdPrice
Scarica i file di estensione MyAdPrice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | MyAdPrice |
ID | jlgpjclbdjpheiljedblbjkjjplolopm |
URL Ufficiale | https://chromewebstore.google.com/detail/myadprice/jlgpjclbdjpheiljedblbjkjjplolopm |
Descrizione | MyAdPrice will tell you how much advertisers are willing to pay to show you their ads. |
Dimensione del File | 499 KB |
Conteggio Installazioni | 538 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2020-03-09 |
Data di Pubblicazione | 2020-03-07 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | https://myadprice.github.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://myadprice.github.io |
Lingue Supportate | 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", "*:\/\/*\/*", " |