Cloak

disable search history suggestions

Cloakとは何ですか?

Cloakはslymaxによって開発されたChromeの拡張機能で、その主な機能は「disable search history suggestions」です。

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

screenshot

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

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

拡張機能の使用方法

                        https://github.com/slymax/cloak                    

拡張機能の基本情報

名前 Cloak Cloak
ID pcclknndfjjmcojfkjdnmapigogbpfhn
公式URL https://chromewebstore.google.com/detail/cloak/pcclknndfjjmcojfkjdnmapigogbpfhn
説明 disable search history suggestions
ファイルサイズ 116 KB
インストール数 100
現在のバージョン 1.0.4
最終更新日 2023-01-28
公開日 2020-10-12
評価 4.00/5 合計 3 レビュー
開発者 slymax
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://slymax.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cloak",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "disable search history suggestions",
    "permissions": [
        "management",
        "history"
    ],
    "background": {
        "service_worker": "script.js"
    },
    "icons": {
        "128": "icon.png"
    }
}