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.”。

扩展截图

screenshot

下载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 SPOT Survey Blocker
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"
            ]
        }
    ]
}