AutoTrader AdBlock

Get rid of the promoted listings on autotrader

AutoTrader AdBlockとは何ですか?

AutoTrader AdBlockはkingsleyknightによって開発されたChromeの拡張機能で、その主な機能は「Get rid of the promoted listings on autotrader」です。

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

screenshot

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

AutoTrader AdBlock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A simple extension that removes the promoted listing from AutoTrader                    

拡張機能の基本情報

名前 AutoTrader AdBlock AutoTrader AdBlock
ID knonepnighjggajmcccdkfcidomekemh
公式URL https://chromewebstore.google.com/detail/autotrader-adblock/knonepnighjggajmcccdkfcidomekemh
説明 Get rid of the promoted listings on autotrader
ファイルサイズ 16.99 KB
インストール数 364
現在のバージョン 1.0.1
最終更新日 2023-04-14
公開日 2020-01-18
評価 4.33/5 合計 6 レビュー
開発者 kingsleyknight
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoTrader AdBlock",
    "description": "Get rid of the promoted listings on autotrader",
    "version": "1.0.1",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.autotrader.co.uk\/*"
            ],
            "js": [
                "hidePromoted.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}