MyAdPrice
MyAdPrice will tell you how much advertisers are willing to pay to show you their ads.
ما هو MyAdPrice؟
MyAdPrice هو إضافة Chrome تم تطويرها بواسطة https://myadprice.github.io، والميزة الرئيسية لها هي "MyAdPrice will tell you how much advertisers are willing to pay to show you their ads.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MyAdPrice
قم بتنزيل ملفات الامتداد MyAdPrice بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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", "*:\/\/*\/*", " |