Remove Spiceworks Adverts

Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG

Что такое Remove Spiceworks Adverts?

Remove Spiceworks Adverts - это расширение Chrome, разработанное mrthrust, и его основная функция - "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG".

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

screenshot
screenshot

Скачать файл CRX расширения Remove Spiceworks Adverts

Скачайте файлы расширений Remove Spiceworks Adverts в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Removes Top & right hand side banners from the Spiceworks ticket page, making it a lot easier to concentrate on open tickets & not having any adverts cluttering the page.                    

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

Название Remove Spiceworks Adverts Remove Spiceworks Adverts
ID likbcpicpohcaicgfcojindfadifpifc
Официальный URL https://chromewebstore.google.com/detail/remove-spiceworks-adverts/likbcpicpohcaicgfcojindfadifpifc
Описание Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG
Размер файла 34.09 KB
Количество установок 284
Текущая Версия 1.4
Последнее Обновление 2020-01-22
Дата публикации 2020-01-18
Рейтинг 3.78/5 Всего 9 оценок
Разработчик mrthrust
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Spiceworks Adverts",
    "version": "1.4",
    "description": "Remove adverts from Spiceworks & show full width ticket list. Developed by: MartyG",
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/on.spiceworks.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "all_frames": true
        }
    ]
}