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.

Co je SPOT Survey Blocker?

SPOT Survey Blocker je rozšíření Chrome vyvinuté nospot, a jeho hlavní funkcí je „Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SPOT Survey Blocker

Stáhněte si soubory rozšíření SPOT Survey Blocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SPOT Survey Blocker SPOT Survey Blocker
ID kolklnebpigejnjdnddogpomkanjpmka
Oficiální URL https://chromewebstore.google.com/detail/spot-survey-blocker/kolklnebpigejnjdnddogpomkanjpmka
Popis Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.
Velikost souboru 3.42 KB
Počet instalací 437
Aktuální Verze 0.2
Poslední Aktualizace 2019-12-10
Datum Vydání 2019-12-09
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář nospot
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}