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
电子邮箱 [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"
    }
}