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."입니다.
확장 프로그램 스크린샷
MyAdPrice 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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", "*:\/\/*\/*", " |