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.
Vad är SPOT Survey Blocker?
SPOT Survey Blocker är en Chrome-tillägg utvecklad av nospot, och dess huvudfunktion är "Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.".
Tilläggsskärmbilder
Ladda ner SPOT Survey Blocker-förlängningens CRX-fil
Ladda ner SPOT Survey Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | SPOT Survey Blocker |
ID | kolklnebpigejnjdnddogpomkanjpmka |
Officiell webbadress | https://chromewebstore.google.com/detail/spot-survey-blocker/kolklnebpigejnjdnddogpomkanjpmka |
Beskrivning | Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements. |
Filstorlek | 3.42 KB |
Antal Installationer | 437 |
Aktuell Version | 0.2 |
Senast Uppdaterad | 2019-12-10 |
Publiceringsdatum | 2019-12-09 |
Betyg | 2.33/5 Totalt 3 Betyg |
Utvecklare | nospot |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |