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