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.

¿Qué es SPOT Survey Blocker?

SPOT Survey Blocker es una extensión de Chrome desarrollada por nospot, y su función principal es "Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión SPOT Survey Blocker

Descarga archivos de extensión SPOT Survey Blocker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre SPOT Survey Blocker SPOT Survey Blocker
ID kolklnebpigejnjdnddogpomkanjpmka
URL Oficial https://chromewebstore.google.com/detail/spot-survey-blocker/kolklnebpigejnjdnddogpomkanjpmka
Descripción Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.
Tamaño del Archivo 3.42 KB
Cantidad de Instalaciones 437
Versión Actual 0.2
Última Actualización 2019-12-10
Fecha de Publicación 2019-12-09
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador nospot
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}