2ememain/2dehands enhancer

Enhance the 2ememain/2dehands website with useful options

Что такое 2ememain/2dehands enhancer?

2ememain/2dehands enhancer - это расширение Chrome, разработанное Unknown, и его основная функция - "Enhance the 2ememain/2dehands website with useful options".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения 2ememain/2dehands enhancer

Скачайте файлы расширений 2ememain/2dehands enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension allow it's user to show or hide embedded ads on the home page, the search results, and on an item's page.                    

Основная информация о расширении

Название 2ememain/2dehands enhancer 2ememain/2dehands enhancer
ID ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Официальный URL https://chromewebstore.google.com/detail/2ememain2dehands-enhancer/ecifmlcdgmaeehpcjcenmjkbmkafdjmf
Описание Enhance the 2ememain/2dehands website with useful options
Размер файла 19.56 KB
Количество установок 119
Текущая Версия 0.2.0
Последнее Обновление 2020-02-17
Дата публикации 2020-02-17
Рейтинг 4.00/5 Всего 2 оценок
Разработчик Unknown
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/fvilers/2ememain-extension
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "2ememain\/2dehands enhancer",
    "version": "0.2.0",
    "description": "Enhance the 2ememain\/2dehands website with useful options",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.2ememain.be\/*",
                "https:\/\/www.2dehands.be\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}