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.
Hvad er SPOT Survey Blocker?
SPOT Survey Blocker er en Chrome-udvidelse udviklet af nospot, og dens hovedfunktion er "Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.".
Udvidelsesskærmbilleder
Download SPOT Survey Blocker-udvidelses-CRX-fil
Download SPOT Survey Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | SPOT Survey Blocker |
ID | kolklnebpigejnjdnddogpomkanjpmka |
Officiel URL | https://chromewebstore.google.com/detail/spot-survey-blocker/kolklnebpigejnjdnddogpomkanjpmka |
Beskrivelse | Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements. |
Filstørrelse | 3.42 KB |
Antal Installationer | 437 |
Nuværende Version | 0.2 |
Senest Opdateret | 2019-12-10 |
Udgivelsesdato | 2019-12-09 |
Bedømmelse | 2.33/5 Samlet 3 Bedømmelser |
Udvikler | nospot |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |