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是由nospot開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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.
擴展基本資訊
名稱 | SPOT Survey Blocker |
ID | kolklnebpigejnjdnddogpomkanjpmka |
官方網址 | 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" ] } ] } |