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.
Τι είναι το SPOT Survey Blocker;
Το SPOT Survey Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nospot, και η κύρια λειτουργία του είναι "Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης SPOT Survey Blocker
Λήψη αρχείων επέκτασης SPOT Survey Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kolklnebpigejnjdnddogpomkanjpmka |
Επίσημο URL | https://chromewebstore.google.com/detail/spot-survey-blocker/kolklnebpigejnjdnddogpomkanjpmka |
Περιγραφή | Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements. |
Μέγεθος Αρχείου | 3.42 KB |
Αριθμός Εγκαταστάσεων | 437 |
Τρέχουσα Έκδοση | 0.2 |
Τελευταία Ενημέρωση | 2019-12-10 |
Ημερομηνία Δημοσίευσης | 2019-12-09 |
Αξιολόγηση | 2.33/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | nospot |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |