Incognito Killer

Kills all Chrome Incognito tabs when the screen gets locked

Incognito Killerとは何ですか?

Incognito Killerはmayr.saschaによって開発されたChromeの拡張機能で、その主な機能は「Kills all Chrome Incognito tabs when the screen gets locked」です。

拡張機能のスクリーンショット

screenshot

Incognito Killer拡張機能のCRXファイルをダウンロード

Incognito Killer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Have you ever opened your laptop in front of family members and/or work colleagues and it still showed that embarrassing website you opened in incognito mode last night?

If that's the case you need Incognito Killer, it will close all open Incognito tabs as soon as your screen either get's locked or your computer restarts.                    

拡張機能の基本情報

名前 Incognito Killer Incognito Killer
ID hpdfeinigebmhjmfencdgfajoligmbjj
公式URL https://chromewebstore.google.com/detail/incognito-killer/hpdfeinigebmhjmfencdgfajoligmbjj
説明 Kills all Chrome Incognito tabs when the screen gets locked
ファイルサイズ 18.04 KB
インストール数 397
現在のバージョン 2.0.0
最終更新日 2024-03-06
公開日 2019-03-07
評価 5.00/5 合計 3 レビュー
開発者 mayr.sascha
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Incognito Killer",
    "version": "2.0.0",
    "description": "Kills all Chrome Incognito tabs when the screen gets locked",
    "permissions": [
        "idle",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}