Block page unload
Block unloading of a website without your explicit consent. Useful for testing site tracking.
Block page unloadとは何ですか?
Block page unloadはGergely Kántorによって開発されたChromeの拡張機能で、その主な機能は「Block unloading of a website without your explicit consent. Useful for testing site tracking.」です。
拡張機能のスクリーンショット
Block page unload拡張機能のCRXファイルをダウンロード
Block page unload拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Block unloading of a website without your explicit consent, when a link is clicked or a form is submitted. This behavior can be turned on by clicking on the extension icon, and this is valid for that given page. Must be re-enabled upon page reload as well. This functionality is useful for testing testing various page analytics functions, like click tracking, form tracking. 拡張機能の基本情報
| 名前 | |
| ID | hmekidfmkegefndfdaflmamlbnhpgdoj |
| 公式URL | https://chromewebstore.google.com/detail/block-page-unload/hmekidfmkegefndfdaflmamlbnhpgdoj |
| 説明 | Block unloading of a website without your explicit consent. Useful for testing site tracking. |
| ファイルサイズ | 8.29 KB |
| インストール数 | 30 |
| 現在のバージョン | 0.1.0 |
| 最終更新日 | 2021-06-06 |
| 公開日 | 2021-06-06 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Gergely Kántor |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Block page unload",
"description": "Block unloading of a website without your explicit consent. Useful for testing site tracking.",
"version": "0.1.0",
"browser_action": {
"default_title": "Block unloading of this page",
"default_icon": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"activeTab"
]
} | |