SPOT Survey Blocker
Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.
Что такое SPOT Survey Blocker?
SPOT Survey Blocker - это расширение Chrome, разработанное nospot, и его основная функция - "Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.".
Снимки экрана расширения
Скачать файл CRX расширения SPOT Survey Blocker
Скачайте файлы расширений SPOT Survey Blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension will prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements. It works by searching the HTML source of pages at "*://canvas.vt.edu/*" for the SPOT survey box and the dark gray content overlay, and once they are loaded, those two elements are removed. Once the extension is installed, there is no further action required to make this extension work as long as it is enabled.
Основная информация о расширении
Название | SPOT Survey Blocker |
ID | kolklnebpigejnjdnddogpomkanjpmka |
Официальный URL | https://chromewebstore.google.com/detail/spot-survey-blocker/kolklnebpigejnjdnddogpomkanjpmka |
Описание | Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements. |
Размер файла | 3.42 KB |
Количество установок | 437 |
Текущая Версия | 0.2 |
Последнее Обновление | 2019-12-10 |
Дата публикации | 2019-12-09 |
Рейтинг | 2.33/5 Всего 3 оценок |
Разработчик | nospot |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SPOT Survey Blocker", "version": "0.2", "description": "Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.", "content_scripts": [ { "matches": [ "https:\/\/canvas.vt.edu\/*", "http:\/\/canvas.vt.edu\/*" ], "js": [ "content.js" ] } ] } |