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.

Apa itu SPOT Survey Blocker?

SPOT Survey Blocker adalah ekstensi Chrome yang dikembangkan oleh nospot, dan fitur utamanya adalah "Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi SPOT Survey Blocker

Unduh file ekstensi SPOT Survey Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama SPOT Survey Blocker SPOT Survey Blocker
ID kolklnebpigejnjdnddogpomkanjpmka
URL Resmi https://chromewebstore.google.com/detail/spot-survey-blocker/kolklnebpigejnjdnddogpomkanjpmka
Deskripsi Prevent the SPOT survey pop-up from appearing on Virginia Tech's production Canvas page by removing the box and overlay elements.
Ukuran File 3.42 KB
Jumlah Instalasi 437
Versi Saat Ini 0.2
Terakhir Diperbarui 2019-12-10
Tanggal Publikasi 2019-12-09
Penilaian 2.33/5 Total 3 Penilaian
Pengembang nospot
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}