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'est-ce que SPOT Survey Blocker ?
SPOT Survey Blocker est une extension Chrome développée par nospot, et sa fonction principale est "Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SPOT Survey Blocker
Téléchargez les fichiers d'extension SPOT Survey Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | SPOT Survey Blocker |
ID | kolklnebpigejnjdnddogpomkanjpmka |
URL Officiel | https://chromewebstore.google.com/detail/spot-survey-blocker/kolklnebpigejnjdnddogpomkanjpmka |
Description | Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements. |
Taille du Fichier | 3.42 KB |
Nombre d'Installations | 437 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2019-12-10 |
Date de Publication | 2019-12-09 |
Évaluation | 2.33/5 Total 3 Évaluations |
Développeur | nospot |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |