Ads Tracker
See if you have ad banners in the current page!
ما هو Ads Tracker؟
Ads Tracker هو إضافة Chrome تم تطويرها بواسطة chuckk.media، والميزة الرئيسية لها هي "See if you have ad banners in the current page! ".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Ads Tracker
قم بتنزيل ملفات الامتداد Ads Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will detect if the current website the user visiting has banner ads from various companies.
معلومات أساسية عن التمديد
الاسم | |
ID | mhcfcphhgipcgdmdidoffhdmgbcnkamd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ads-tracker/mhcfcphhgipcgdmdidoffhdmgbcnkamd |
الوصف | See if you have ad banners in the current page! |
حجم الملف | 19.09 KB |
عدد التثبيتات | 3,732 |
النسخة الحالية | 1 |
آخر تحديث | 2022-12-01 |
تاريخ النشر | 2022-12-01 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | chuckk.media |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://home.ceparateauab.com/ |
عنوان صفحة المساعدة | https://home.ceparateauab.com/contact.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": "logo.png", "default_title": "Ads Tracker", "default_popup": "popup.html" }, "description": "See if you have ad banners in the current page! ", "icons": { "128": "logo.png" }, "manifest_version": 3, "name": "Ads Tracker", "version": "1", "background": { "service_worker": "background.js" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ] } ] } |