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! "

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ads Tracker

ดาวน์โหลดไฟล์ส่วนขยาย Ads Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension will detect if the current website the user visiting has banner ads from various companies.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ads Tracker Ads Tracker
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/
URL หน้าช่วยเหลือ 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"
            ]
        }
    ]
}