Ads Tracker

See if you have ad banners in the current page!

Ads Trackerとは何ですか?

Ads Trackerはchuckk.mediaによって開発されたChromeの拡張機能で、その主な機能は「See if you have ad banners in the current page! 」です。

拡張機能のスクリーンショット

screenshot

Ads Tracker拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}