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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}